1<ui version="4.0" > 2 <class>PhantomUi</class> 3 <widget class="QDialog" name="PhantomUi" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>202</width> 9 <height>184</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string/> 14 </property> 15 <property name="sizeGripEnabled" > 16 <bool>true</bool> 17 </property> 18 <layout class="QGridLayout" > 19 <property name="margin" > 20 <number>9</number> 21 </property> 22 <property name="spacing" > 23 <number>6</number> 24 </property> 25 <item row="1" column="1" > 26 <widget class="QPushButton" name="closePB" > 27 <property name="text" > 28 <string>Close</string> 29 </property> 30 <property name="default" > 31 <bool>true</bool> 32 </property> 33 </widget> 34 </item> 35 <item row="1" column="0" > 36 <widget class="QPushButton" name="okPB" > 37 <property name="text" > 38 <string>&OK</string> 39 </property> 40 <property name="default" > 41 <bool>false</bool> 42 </property> 43 </widget> 44 </item> 45 <item row="0" column="0" colspan="2" > 46 <widget class="QGroupBox" name="PhantomBG" > 47 <property name="title" > 48 <string>Type</string> 49 </property> 50 <layout class="QVBoxLayout" > 51 <property name="spacing" > 52 <number>6</number> 53 </property> 54 <property name="margin" > 55 <number>11</number> 56 </property> 57 <item> 58 <widget class="QRadioButton" name="phantomRB" > 59 <property name="toolTip" > 60 <string>Horizontal and vertical space of the phantom content</string> 61 </property> 62 <property name="text" > 63 <string>&Phantom</string> 64 </property> 65 </widget> 66 </item> 67 <item> 68 <widget class="QRadioButton" name="hphantomRB" > 69 <property name="toolTip" > 70 <string>Horizontal space of the phantom content</string> 71 </property> 72 <property name="text" > 73 <string>&Horizontal Phantom</string> 74 </property> 75 </widget> 76 </item> 77 <item> 78 <widget class="QRadioButton" name="vphantomRB" > 79 <property name="toolTip" > 80 <string>Vertical space of the phantom content</string> 81 </property> 82 <property name="text" > 83 <string>&Vertical Phantom</string> 84 </property> 85 </widget> 86 </item> 87 </layout> 88 </widget> 89 </item> 90 </layout> 91 </widget> 92 <tabstops> 93 <tabstop>phantomRB</tabstop> 94 <tabstop>hphantomRB</tabstop> 95 <tabstop>vphantomRB</tabstop> 96 <tabstop>okPB</tabstop> 97 <tabstop>closePB</tabstop> 98 </tabstops> 99 <includes> 100 <include location="local" >qt_i18n.h</include> 101 </includes> 102 <resources/> 103 <connections/> 104</ui> 105