|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>About</class> |
| 4 | + <widget class="QDialog" name="About"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>280</width> |
| 10 | + <height>124</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <layout class="QGridLayout" name="gridLayout"> |
| 14 | + <item row="3" column="0" colspan="5"> |
| 15 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 16 | + <item> |
| 17 | + <spacer name="horizontalSpacer"> |
| 18 | + <property name="orientation"> |
| 19 | + <enum>Qt::Horizontal</enum> |
| 20 | + </property> |
| 21 | + <property name="sizeHint" stdset="0"> |
| 22 | + <size> |
| 23 | + <width>0</width> |
| 24 | + <height>20</height> |
| 25 | + </size> |
| 26 | + </property> |
| 27 | + </spacer> |
| 28 | + </item> |
| 29 | + <item> |
| 30 | + <widget class="QPushButton" name="pushOK"> |
| 31 | + <property name="text"> |
| 32 | + <string>OK</string> |
| 33 | + </property> |
| 34 | + <property name="default"> |
| 35 | + <bool>true</bool> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + </layout> |
| 40 | + </item> |
| 41 | + <item row="0" column="0"> |
| 42 | + <spacer name="horizontalSpacer_4"> |
| 43 | + <property name="orientation"> |
| 44 | + <enum>Qt::Horizontal</enum> |
| 45 | + </property> |
| 46 | + <property name="sizeHint" stdset="0"> |
| 47 | + <size> |
| 48 | + <width>0</width> |
| 49 | + <height>20</height> |
| 50 | + </size> |
| 51 | + </property> |
| 52 | + </spacer> |
| 53 | + </item> |
| 54 | + <item row="0" column="2"> |
| 55 | + <spacer name="horizontalSpacer_2"> |
| 56 | + <property name="orientation"> |
| 57 | + <enum>Qt::Horizontal</enum> |
| 58 | + </property> |
| 59 | + <property name="sizeHint" stdset="0"> |
| 60 | + <size> |
| 61 | + <width>0</width> |
| 62 | + <height>20</height> |
| 63 | + </size> |
| 64 | + </property> |
| 65 | + </spacer> |
| 66 | + </item> |
| 67 | + <item row="2" column="0" colspan="5"> |
| 68 | + <widget class="QLabel" name="labelWarranty"> |
| 69 | + <property name="text"> |
| 70 | + <string/> |
| 71 | + </property> |
| 72 | + <property name="alignment"> |
| 73 | + <set>Qt::AlignJustify|Qt::AlignVCenter</set> |
| 74 | + </property> |
| 75 | + <property name="wordWrap"> |
| 76 | + <bool>true</bool> |
| 77 | + </property> |
| 78 | + </widget> |
| 79 | + </item> |
| 80 | + <item row="0" column="1"> |
| 81 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 82 | + <item> |
| 83 | + <widget class="QLabel" name="labelIcon"/> |
| 84 | + </item> |
| 85 | + <item> |
| 86 | + <spacer name="verticalSpacer"> |
| 87 | + <property name="orientation"> |
| 88 | + <enum>Qt::Vertical</enum> |
| 89 | + </property> |
| 90 | + <property name="sizeHint" stdset="0"> |
| 91 | + <size> |
| 92 | + <width>20</width> |
| 93 | + <height>0</height> |
| 94 | + </size> |
| 95 | + </property> |
| 96 | + </spacer> |
| 97 | + </item> |
| 98 | + </layout> |
| 99 | + </item> |
| 100 | + <item row="0" column="4"> |
| 101 | + <spacer name="horizontalSpacer_5"> |
| 102 | + <property name="orientation"> |
| 103 | + <enum>Qt::Horizontal</enum> |
| 104 | + </property> |
| 105 | + <property name="sizeHint" stdset="0"> |
| 106 | + <size> |
| 107 | + <width>0</width> |
| 108 | + <height>20</height> |
| 109 | + </size> |
| 110 | + </property> |
| 111 | + </spacer> |
| 112 | + </item> |
| 113 | + <item row="0" column="3"> |
| 114 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 115 | + <property name="spacing"> |
| 116 | + <number>8</number> |
| 117 | + </property> |
| 118 | + <item> |
| 119 | + <widget class="QLabel" name="labelProduct"> |
| 120 | + <property name="font"> |
| 121 | + <font> |
| 122 | + <weight>75</weight> |
| 123 | + <bold>true</bold> |
| 124 | + </font> |
| 125 | + </property> |
| 126 | + <property name="alignment"> |
| 127 | + <set>Qt::AlignCenter</set> |
| 128 | + </property> |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + <item> |
| 132 | + <widget class="QLabel" name="labelVersion"> |
| 133 | + <property name="alignment"> |
| 134 | + <set>Qt::AlignCenter</set> |
| 135 | + </property> |
| 136 | + </widget> |
| 137 | + </item> |
| 138 | + <item> |
| 139 | + <spacer name="verticalSpacer_2"> |
| 140 | + <property name="orientation"> |
| 141 | + <enum>Qt::Vertical</enum> |
| 142 | + </property> |
| 143 | + <property name="sizeHint" stdset="0"> |
| 144 | + <size> |
| 145 | + <width>20</width> |
| 146 | + <height>0</height> |
| 147 | + </size> |
| 148 | + </property> |
| 149 | + </spacer> |
| 150 | + </item> |
| 151 | + </layout> |
| 152 | + </item> |
| 153 | + <item row="1" column="0"> |
| 154 | + <spacer name="verticalSpacer_3"> |
| 155 | + <property name="orientation"> |
| 156 | + <enum>Qt::Vertical</enum> |
| 157 | + </property> |
| 158 | + <property name="sizeType"> |
| 159 | + <enum>QSizePolicy::Fixed</enum> |
| 160 | + </property> |
| 161 | + <property name="sizeHint" stdset="0"> |
| 162 | + <size> |
| 163 | + <width>20</width> |
| 164 | + <height>6</height> |
| 165 | + </size> |
| 166 | + </property> |
| 167 | + </spacer> |
| 168 | + </item> |
| 169 | + </layout> |
| 170 | + </widget> |
| 171 | + <resources/> |
| 172 | + <connections> |
| 173 | + <connection> |
| 174 | + <sender>pushOK</sender> |
| 175 | + <signal>clicked()</signal> |
| 176 | + <receiver>About</receiver> |
| 177 | + <slot>accept()</slot> |
| 178 | + <hints> |
| 179 | + <hint type="sourcelabel"> |
| 180 | + <x>175</x> |
| 181 | + <y>131</y> |
| 182 | + </hint> |
| 183 | + <hint type="destinationlabel"> |
| 184 | + <x>423</x> |
| 185 | + <y>230</y> |
| 186 | + </hint> |
| 187 | + </hints> |
| 188 | + </connection> |
| 189 | + </connections> |
| 190 | + <slots> |
| 191 | + <slot>slotShowIPs()</slot> |
| 192 | + </slots> |
| 193 | +</ui> |
0 commit comments