164 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			164 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>ExceptionRangeDialog</class>
 | |
|  <widget class="QDialog" name="ExceptionRangeDialog">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>131</width>
 | |
|     <height>106</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Range</string>
 | |
|   </property>
 | |
|   <widget class="QLineEdit" name="editStart">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>50</x>
 | |
|      <y>10</y>
 | |
|      <width>71</width>
 | |
|      <height>20</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="font">
 | |
|     <font>
 | |
|      <family>Courier New</family>
 | |
|     </font>
 | |
|    </property>
 | |
|    <property name="inputMask">
 | |
|     <string/>
 | |
|    </property>
 | |
|    <property name="text">
 | |
|     <string/>
 | |
|    </property>
 | |
|    <property name="maxLength">
 | |
|     <number>8</number>
 | |
|    </property>
 | |
|    <property name="alignment">
 | |
|     <set>Qt::AlignCenter</set>
 | |
|    </property>
 | |
|   </widget>
 | |
|   <widget class="QLineEdit" name="editEnd">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>50</x>
 | |
|      <y>40</y>
 | |
|      <width>71</width>
 | |
|      <height>20</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="font">
 | |
|     <font>
 | |
|      <family>Courier New</family>
 | |
|     </font>
 | |
|    </property>
 | |
|    <property name="inputMask">
 | |
|     <string/>
 | |
|    </property>
 | |
|    <property name="text">
 | |
|     <string/>
 | |
|    </property>
 | |
|    <property name="maxLength">
 | |
|     <number>8</number>
 | |
|    </property>
 | |
|    <property name="alignment">
 | |
|     <set>Qt::AlignCenter</set>
 | |
|    </property>
 | |
|   </widget>
 | |
|   <widget class="QLabel" name="lblStart">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>10</y>
 | |
|      <width>31</width>
 | |
|      <height>16</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="sizePolicy">
 | |
|     <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|      <horstretch>0</horstretch>
 | |
|      <verstretch>0</verstretch>
 | |
|     </sizepolicy>
 | |
|    </property>
 | |
|    <property name="text">
 | |
|     <string>Start:</string>
 | |
|    </property>
 | |
|    <property name="alignment">
 | |
|     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|    </property>
 | |
|   </widget>
 | |
|   <widget class="QLabel" name="lblEnd">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>40</y>
 | |
|      <width>31</width>
 | |
|      <height>16</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="sizePolicy">
 | |
|     <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|      <horstretch>0</horstretch>
 | |
|      <verstretch>0</verstretch>
 | |
|     </sizepolicy>
 | |
|    </property>
 | |
|    <property name="text">
 | |
|     <string>End:</string>
 | |
|    </property>
 | |
|    <property name="alignment">
 | |
|     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|    </property>
 | |
|   </widget>
 | |
|   <widget class="QWidget" name="">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>70</y>
 | |
|      <width>111</width>
 | |
|      <height>25</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <layout class="QHBoxLayout" name="layoutButtons">
 | |
|     <item>
 | |
|      <widget class="QPushButton" name="btnOk">
 | |
|       <property name="text">
 | |
|        <string>OK</string>
 | |
|       </property>
 | |
|       <property name="default">
 | |
|        <bool>true</bool>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="QPushButton" name="btnCancel">
 | |
|       <property name="text">
 | |
|        <string>Cancel</string>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>btnCancel</sender>
 | |
|    <signal>clicked()</signal>
 | |
|    <receiver>ExceptionRangeDialog</receiver>
 | |
|    <slot>reject()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>95</x>
 | |
|      <y>86</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>96</x>
 | |
|      <y>64</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|  </connections>
 | |
| </ui>
 |