|
10 | 10 | <height>400</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | | - <property name="minimumSize"> |
14 | | - <size> |
15 | | - <width>500</width> |
16 | | - <height>400</height> |
17 | | - </size> |
18 | | - </property> |
19 | | - <property name="maximumSize"> |
20 | | - <size> |
21 | | - <width>500</width> |
22 | | - <height>400</height> |
23 | | - </size> |
| 13 | + <property name="sizePolicy"> |
| 14 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 15 | + <horstretch>0</horstretch> |
| 16 | + <verstretch>0</verstretch> |
| 17 | + </sizepolicy> |
24 | 18 | </property> |
25 | 19 | <property name="windowTitle"> |
26 | 20 | <string>DrCOM JLU Qt</string> |
27 | 21 | </property> |
28 | | - <widget class="QWidget" name="centralWidget"> |
29 | | - <widget class="QWidget" name="verticalLayoutWidget"> |
30 | | - <property name="geometry"> |
31 | | - <rect> |
32 | | - <x>40</x> |
33 | | - <y>20</y> |
34 | | - <width>421</width> |
35 | | - <height>291</height> |
36 | | - </rect> |
37 | | - </property> |
38 | | - <layout class="QVBoxLayout" name="verticalLayoutOutside"> |
39 | | - <item> |
40 | | - <layout class="QGridLayout" name="gridLayoutInput"> |
41 | | - <item row="1" column="1"> |
42 | | - <widget class="QLineEdit" name="lineEditPass"> |
43 | | - <property name="echoMode"> |
44 | | - <enum>QLineEdit::Password</enum> |
45 | | - </property> |
46 | | - </widget> |
47 | | - </item> |
48 | | - <item row="3" column="1"> |
49 | | - <widget class="QLineEdit" name="lineEditMAC"/> |
50 | | - </item> |
51 | | - <item row="2" column="0"> |
52 | | - <widget class="QLabel" name="labelMAC"> |
53 | | - <property name="text"> |
54 | | - <string>MAC</string> |
55 | | - </property> |
56 | | - </widget> |
57 | | - </item> |
58 | | - <item row="0" column="0"> |
59 | | - <widget class="QLabel" name="labelAccount"> |
60 | | - <property name="text"> |
61 | | - <string>Account</string> |
62 | | - </property> |
63 | | - </widget> |
64 | | - </item> |
65 | | - <item row="0" column="1"> |
66 | | - <widget class="QLineEdit" name="lineEditAccount"/> |
67 | | - </item> |
68 | | - <item row="2" column="1"> |
69 | | - <widget class="QComboBox" name="comboBoxMAC"/> |
70 | | - </item> |
71 | | - <item row="1" column="0"> |
72 | | - <widget class="QLabel" name="labelPass"> |
73 | | - <property name="text"> |
74 | | - <string>Password</string> |
75 | | - </property> |
76 | | - </widget> |
77 | | - </item> |
78 | | - </layout> |
79 | | - </item> |
80 | | - <item> |
81 | | - <layout class="QGridLayout" name="gridLayoutCheck"> |
82 | | - <item row="0" column="0"> |
83 | | - <widget class="QCheckBox" name="checkBoxRemember"> |
84 | | - <property name="text"> |
85 | | - <string>Remember</string> |
86 | | - </property> |
87 | | - </widget> |
88 | | - </item> |
89 | | - <item row="0" column="1"> |
90 | | - <widget class="QCheckBox" name="checkBoxAutoLogin"> |
91 | | - <property name="text"> |
92 | | - <string>AutoLogin</string> |
93 | | - </property> |
94 | | - </widget> |
95 | | - </item> |
96 | | - </layout> |
97 | | - </item> |
98 | | - <item> |
99 | | - <widget class="QPushButton" name="pushButtonLogin"> |
100 | | - <property name="text"> |
101 | | - <string>Login</string> |
102 | | - </property> |
103 | | - </widget> |
104 | | - </item> |
105 | | - </layout> |
106 | | - </widget> |
107 | | - </widget> |
108 | | - <widget class="QMenuBar" name="menuBar"> |
109 | | - <property name="geometry"> |
110 | | - <rect> |
111 | | - <x>0</x> |
112 | | - <y>0</y> |
113 | | - <width>500</width> |
114 | | - <height>25</height> |
115 | | - </rect> |
116 | | - </property> |
117 | | - <widget class="QMenu" name="menuAbout"> |
118 | | - <property name="title"> |
119 | | - <string>About</string> |
120 | | - </property> |
121 | | - <addaction name="actionDrCOM_JLU_version"/> |
122 | | - <addaction name="actionQt"/> |
123 | | - </widget> |
124 | | - <addaction name="menuAbout"/> |
125 | | - </widget> |
126 | | - <widget class="QStatusBar" name="statusBar"/> |
| 22 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 23 | + <item> |
| 24 | + <widget class="QMenuBar" name="menuBar"> |
| 25 | + <widget class="QMenu" name="menuAbout"> |
| 26 | + <property name="title"> |
| 27 | + <string>About</string> |
| 28 | + </property> |
| 29 | + <addaction name="actionDrCOM_JLU_version"/> |
| 30 | + <addaction name="actionQt"/> |
| 31 | + </widget> |
| 32 | + <addaction name="menuAbout"/> |
| 33 | + </widget> |
| 34 | + </item> |
| 35 | + <item> |
| 36 | + <widget class="QWidget" name="centralWidget" native="true"> |
| 37 | + <property name="sizePolicy"> |
| 38 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 39 | + <horstretch>0</horstretch> |
| 40 | + <verstretch>0</verstretch> |
| 41 | + </sizepolicy> |
| 42 | + </property> |
| 43 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 44 | + <item> |
| 45 | + <layout class="QVBoxLayout" name="verticalLayoutOutside"> |
| 46 | + <property name="topMargin"> |
| 47 | + <number>0</number> |
| 48 | + </property> |
| 49 | + <item> |
| 50 | + <layout class="QGridLayout" name="gridLayoutInput"> |
| 51 | + <item row="1" column="1"> |
| 52 | + <widget class="QLineEdit" name="lineEditPass"> |
| 53 | + <property name="echoMode"> |
| 54 | + <enum>QLineEdit::Password</enum> |
| 55 | + </property> |
| 56 | + </widget> |
| 57 | + </item> |
| 58 | + <item row="3" column="1"> |
| 59 | + <widget class="QLineEdit" name="lineEditMAC"/> |
| 60 | + </item> |
| 61 | + <item row="2" column="0"> |
| 62 | + <widget class="QLabel" name="labelMAC"> |
| 63 | + <property name="text"> |
| 64 | + <string>MAC</string> |
| 65 | + </property> |
| 66 | + </widget> |
| 67 | + </item> |
| 68 | + <item row="0" column="0"> |
| 69 | + <widget class="QLabel" name="labelAccount"> |
| 70 | + <property name="text"> |
| 71 | + <string>Account</string> |
| 72 | + </property> |
| 73 | + </widget> |
| 74 | + </item> |
| 75 | + <item row="0" column="1"> |
| 76 | + <widget class="QLineEdit" name="lineEditAccount"/> |
| 77 | + </item> |
| 78 | + <item row="2" column="1"> |
| 79 | + <widget class="QComboBox" name="comboBoxMAC"/> |
| 80 | + </item> |
| 81 | + <item row="1" column="0"> |
| 82 | + <widget class="QLabel" name="labelPass"> |
| 83 | + <property name="text"> |
| 84 | + <string>Password</string> |
| 85 | + </property> |
| 86 | + </widget> |
| 87 | + </item> |
| 88 | + </layout> |
| 89 | + </item> |
| 90 | + <item> |
| 91 | + <layout class="QGridLayout" name="gridLayoutCheck"> |
| 92 | + <item row="0" column="0"> |
| 93 | + <widget class="QCheckBox" name="checkBoxRemember"> |
| 94 | + <property name="text"> |
| 95 | + <string>Remember</string> |
| 96 | + </property> |
| 97 | + </widget> |
| 98 | + </item> |
| 99 | + <item row="0" column="1"> |
| 100 | + <widget class="QCheckBox" name="checkBoxAutoLogin"> |
| 101 | + <property name="text"> |
| 102 | + <string>AutoLogin</string> |
| 103 | + </property> |
| 104 | + </widget> |
| 105 | + </item> |
| 106 | + </layout> |
| 107 | + </item> |
| 108 | + <item> |
| 109 | + <widget class="QPushButton" name="pushButtonLogin"> |
| 110 | + <property name="text"> |
| 111 | + <string>Login</string> |
| 112 | + </property> |
| 113 | + </widget> |
| 114 | + </item> |
| 115 | + </layout> |
| 116 | + </item> |
| 117 | + </layout> |
| 118 | + </widget> |
| 119 | + </item> |
| 120 | + </layout> |
127 | 121 | <action name="actionDrCOM_JLU_version"> |
128 | 122 | <property name="text"> |
129 | 123 | <string>DrCOM JLU Qt</string> |
|
0 commit comments