| [861874] | 1 | <?xml version="1.0" encoding="UTF-8"?>
 | 
|---|
 | 2 | <ui version="4.0">
 | 
|---|
 | 3 |  <class>Form</class>
 | 
|---|
 | 4 |  <widget class="QWidget" name="Form">
 | 
|---|
 | 5 |   <property name="geometry">
 | 
|---|
 | 6 |    <rect>
 | 
|---|
 | 7 |     <x>0</x>
 | 
|---|
 | 8 |     <y>0</y>
 | 
|---|
 | 9 |     <width>740</width>
 | 
|---|
 | 10 |     <height>444</height>
 | 
|---|
 | 11 |    </rect>
 | 
|---|
 | 12 |   </property>
 | 
|---|
 | 13 |   <property name="windowTitle">
 | 
|---|
 | 14 |    <string>Form</string>
 | 
|---|
 | 15 |   </property>
 | 
|---|
 | 16 |   <widget class="QWidget" name="horizontalLayoutWidget">
 | 
|---|
 | 17 |    <property name="geometry">
 | 
|---|
 | 18 |     <rect>
 | 
|---|
 | 19 |      <x>10</x>
 | 
|---|
 | 20 |      <y>240</y>
 | 
|---|
 | 21 |      <width>421</width>
 | 
|---|
 | 22 |      <height>51</height>
 | 
|---|
 | 23 |     </rect>
 | 
|---|
 | 24 |    </property>
 | 
|---|
 | 25 |    <layout class="QHBoxLayout" name="horizontalLayout">
 | 
|---|
 | 26 |     <item>
 | 
|---|
 | 27 |      <spacer name="horizontalSpacer">
 | 
|---|
 | 28 |       <property name="orientation">
 | 
|---|
 | 29 |        <enum>Qt::Horizontal</enum>
 | 
|---|
 | 30 |       </property>
 | 
|---|
 | 31 |       <property name="sizeHint" stdset="0">
 | 
|---|
 | 32 |        <size>
 | 
|---|
 | 33 |         <width>40</width>
 | 
|---|
 | 34 |         <height>20</height>
 | 
|---|
 | 35 |        </size>
 | 
|---|
 | 36 |       </property>
 | 
|---|
 | 37 |      </spacer>
 | 
|---|
 | 38 |     </item>
 | 
|---|
 | 39 |     <item>
 | 
|---|
 | 40 |      <widget class="QPushButton" name="pushButton">
 | 
|---|
 | 41 |       <property name="text">
 | 
|---|
 | 42 |        <string>OK</string>
 | 
|---|
 | 43 |       </property>
 | 
|---|
 | 44 |      </widget>
 | 
|---|
 | 45 |     </item>
 | 
|---|
 | 46 |     <item>
 | 
|---|
 | 47 |      <widget class="QPushButton" name="pushButton_2">
 | 
|---|
 | 48 |       <property name="text">
 | 
|---|
 | 49 |        <string>Cancel</string>
 | 
|---|
 | 50 |       </property>
 | 
|---|
 | 51 |      </widget>
 | 
|---|
 | 52 |     </item>
 | 
|---|
 | 53 |    </layout>
 | 
|---|
 | 54 |   </widget>
 | 
|---|
 | 55 |   <widget class="QWidget" name="verticalLayoutWidget">
 | 
|---|
 | 56 |    <property name="geometry">
 | 
|---|
 | 57 |     <rect>
 | 
|---|
 | 58 |      <x>280</x>
 | 
|---|
 | 59 |      <y>0</y>
 | 
|---|
 | 60 |      <width>160</width>
 | 
|---|
 | 61 |      <height>221</height>
 | 
|---|
 | 62 |     </rect>
 | 
|---|
 | 63 |    </property>
 | 
|---|
 | 64 |    <layout class="QVBoxLayout" name="verticalLayout">
 | 
|---|
 | 65 |     <item>
 | 
|---|
 | 66 |      <widget class="QLabel" name="label">
 | 
|---|
 | 67 |       <property name="text">
 | 
|---|
 | 68 |        <string>Enter Integer:</string>
 | 
|---|
 | 69 |       </property>
 | 
|---|
 | 70 |       <property name="buddy">
 | 
|---|
 | 71 |        <cstring>lineEdit</cstring>
 | 
|---|
 | 72 |       </property>
 | 
|---|
 | 73 |      </widget>
 | 
|---|
 | 74 |     </item>
 | 
|---|
 | 75 |     <item>
 | 
|---|
 | 76 |      <widget class="QLineEdit" name="lineEdit">
 | 
|---|
 | 77 |       <property name="minimumSize">
 | 
|---|
 | 78 |        <size>
 | 
|---|
 | 79 |         <width>100</width>
 | 
|---|
 | 80 |         <height>20</height>
 | 
|---|
 | 81 |        </size>
 | 
|---|
 | 82 |       </property>
 | 
|---|
 | 83 |       <property name="toolTip">
 | 
|---|
 | 84 |        <string>Enter an integer and press Add.</string>
 | 
|---|
 | 85 |       </property>
 | 
|---|
 | 86 |      </widget>
 | 
|---|
 | 87 |     </item>
 | 
|---|
 | 88 |     <item>
 | 
|---|
 | 89 |      <widget class="QPushButton" name="pushButton_3">
 | 
|---|
 | 90 |       <property name="enabled">
 | 
|---|
 | 91 |        <bool>false</bool>
 | 
|---|
 | 92 |       </property>
 | 
|---|
 | 93 |       <property name="text">
 | 
|---|
 | 94 |        <string>Add</string>
 | 
|---|
 | 95 |       </property>
 | 
|---|
 | 96 |      </widget>
 | 
|---|
 | 97 |     </item>
 | 
|---|
 | 98 |     <item>
 | 
|---|
 | 99 |      <widget class="QPushButton" name="pushButton_4">
 | 
|---|
 | 100 |       <property name="enabled">
 | 
|---|
 | 101 |        <bool>false</bool>
 | 
|---|
 | 102 |       </property>
 | 
|---|
 | 103 |       <property name="text">
 | 
|---|
 | 104 |        <string>Remove</string>
 | 
|---|
 | 105 |       </property>
 | 
|---|
 | 106 |      </widget>
 | 
|---|
 | 107 |     </item>
 | 
|---|
 | 108 |     <item>
 | 
|---|
 | 109 |      <spacer name="verticalSpacer">
 | 
|---|
 | 110 |       <property name="orientation">
 | 
|---|
 | 111 |        <enum>Qt::Vertical</enum>
 | 
|---|
 | 112 |       </property>
 | 
|---|
 | 113 |       <property name="sizeHint" stdset="0">
 | 
|---|
 | 114 |        <size>
 | 
|---|
 | 115 |         <width>20</width>
 | 
|---|
 | 116 |         <height>40</height>
 | 
|---|
 | 117 |        </size>
 | 
|---|
 | 118 |       </property>
 | 
|---|
 | 119 |      </spacer>
 | 
|---|
 | 120 |     </item>
 | 
|---|
 | 121 |    </layout>
 | 
|---|
 | 122 |   </widget>
 | 
|---|
 | 123 |   <widget class="QWidget" name="verticalLayoutWidget_2">
 | 
|---|
 | 124 |    <property name="geometry">
 | 
|---|
 | 125 |     <rect>
 | 
|---|
 | 126 |      <x>10</x>
 | 
|---|
 | 127 |      <y>0</y>
 | 
|---|
 | 128 |      <width>261</width>
 | 
|---|
 | 129 |      <height>221</height>
 | 
|---|
 | 130 |     </rect>
 | 
|---|
 | 131 |    </property>
 | 
|---|
 | 132 |    <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
|---|
 | 133 |     <item>
 | 
|---|
 | 134 |      <widget class="QLabel" name="label_2">
 | 
|---|
 | 135 |       <property name="text">
 | 
|---|
 | 136 |        <string>Current List of Integers:</string>
 | 
|---|
 | 137 |       </property>
 | 
|---|
 | 138 |      </widget>
 | 
|---|
 | 139 |     </item>
 | 
|---|
 | 140 |     <item>
 | 
|---|
 | 141 |      <widget class="QListWidget" name="listWidget"/>
 | 
|---|
 | 142 |     </item>
 | 
|---|
 | 143 |    </layout>
 | 
|---|
 | 144 |   </widget>
 | 
|---|
 | 145 |  </widget>
 | 
|---|
 | 146 |  <tabstops>
 | 
|---|
 | 147 |   <tabstop>pushButton</tabstop>
 | 
|---|
 | 148 |  </tabstops>
 | 
|---|
 | 149 |  <resources/>
 | 
|---|
 | 150 |  <connections/>
 | 
|---|
 | 151 | </ui>
 | 
|---|