|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>577</width> |
| 9 | + <width>590</width> |
10 | 10 | <height>503</height>
|
11 | 11 | </rect>
|
12 | 12 | </property>
|
|
19 | 19 | <property name="title">
|
20 | 20 | <string>Server connections</string>
|
21 | 21 | </property>
|
22 |
| - <layout class="QGridLayout"> |
23 |
| - <property name="margin"> |
24 |
| - <number>9</number> |
25 |
| - </property> |
26 |
| - <property name="spacing"> |
27 |
| - <number>6</number> |
28 |
| - </property> |
29 |
| - <item row="1" column="1"> |
30 |
| - <widget class="QPushButton" name="btnNew"> |
31 |
| - <property name="text"> |
32 |
| - <string>&New</string> |
33 |
| - </property> |
34 |
| - </widget> |
35 |
| - </item> |
36 |
| - <item row="1" column="3"> |
37 |
| - <widget class="QPushButton" name="btnDelete"> |
38 |
| - <property name="enabled"> |
39 |
| - <bool>false</bool> |
40 |
| - </property> |
41 |
| - <property name="text"> |
42 |
| - <string>Delete</string> |
43 |
| - </property> |
44 |
| - </widget> |
45 |
| - </item> |
46 |
| - <item row="1" column="2"> |
47 |
| - <widget class="QPushButton" name="btnEdit"> |
48 |
| - <property name="enabled"> |
49 |
| - <bool>false</bool> |
50 |
| - </property> |
51 |
| - <property name="text"> |
52 |
| - <string>Edit</string> |
53 |
| - </property> |
54 |
| - </widget> |
55 |
| - </item> |
56 |
| - <item row="1" column="4"> |
57 |
| - <spacer> |
58 |
| - <property name="orientation"> |
59 |
| - <enum>Qt::Horizontal</enum> |
60 |
| - </property> |
61 |
| - <property name="sizeType"> |
62 |
| - <enum>QSizePolicy::Expanding</enum> |
63 |
| - </property> |
64 |
| - <property name="sizeHint" stdset="0"> |
65 |
| - <size> |
66 |
| - <width>171</width> |
67 |
| - <height>30</height> |
68 |
| - </size> |
69 |
| - </property> |
70 |
| - </spacer> |
| 22 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 23 | + <item row="0" column="0"> |
| 24 | + <widget class="QComboBox" name="cmbConnections"/> |
71 | 25 | </item>
|
72 | 26 | <item row="1" column="0">
|
73 |
| - <widget class="QPushButton" name="btnConnect"> |
74 |
| - <property name="enabled"> |
75 |
| - <bool>false</bool> |
76 |
| - </property> |
77 |
| - <property name="text"> |
78 |
| - <string>C&onnect</string> |
79 |
| - </property> |
80 |
| - </widget> |
81 |
| - </item> |
82 |
| - <item row="0" column="0" colspan="5"> |
83 |
| - <widget class="QComboBox" name="cmbConnections"/> |
| 27 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 28 | + <item> |
| 29 | + <widget class="QPushButton" name="btnConnect"> |
| 30 | + <property name="enabled"> |
| 31 | + <bool>false</bool> |
| 32 | + </property> |
| 33 | + <property name="text"> |
| 34 | + <string>C&onnect</string> |
| 35 | + </property> |
| 36 | + </widget> |
| 37 | + </item> |
| 38 | + <item> |
| 39 | + <widget class="QPushButton" name="btnNew"> |
| 40 | + <property name="text"> |
| 41 | + <string>&New</string> |
| 42 | + </property> |
| 43 | + </widget> |
| 44 | + </item> |
| 45 | + <item> |
| 46 | + <widget class="QPushButton" name="btnEdit"> |
| 47 | + <property name="enabled"> |
| 48 | + <bool>false</bool> |
| 49 | + </property> |
| 50 | + <property name="text"> |
| 51 | + <string>Edit</string> |
| 52 | + </property> |
| 53 | + </widget> |
| 54 | + </item> |
| 55 | + <item> |
| 56 | + <widget class="QPushButton" name="btnDelete"> |
| 57 | + <property name="enabled"> |
| 58 | + <bool>false</bool> |
| 59 | + </property> |
| 60 | + <property name="text"> |
| 61 | + <string>Delete</string> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item> |
| 66 | + <spacer> |
| 67 | + <property name="orientation"> |
| 68 | + <enum>Qt::Horizontal</enum> |
| 69 | + </property> |
| 70 | + <property name="sizeType"> |
| 71 | + <enum>QSizePolicy::Expanding</enum> |
| 72 | + </property> |
| 73 | + <property name="sizeHint" stdset="0"> |
| 74 | + <size> |
| 75 | + <width>171</width> |
| 76 | + <height>30</height> |
| 77 | + </size> |
| 78 | + </property> |
| 79 | + </spacer> |
| 80 | + </item> |
| 81 | + <item> |
| 82 | + <widget class="QPushButton" name="btnLoad"> |
| 83 | + <property name="toolTip"> |
| 84 | + <string>Load connections from file</string> |
| 85 | + </property> |
| 86 | + <property name="text"> |
| 87 | + <string>Load</string> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item> |
| 92 | + <widget class="QPushButton" name="btnSave"> |
| 93 | + <property name="toolTip"> |
| 94 | + <string>Save connections to file</string> |
| 95 | + </property> |
| 96 | + <property name="text"> |
| 97 | + <string>Save</string> |
| 98 | + </property> |
| 99 | + </widget> |
| 100 | + </item> |
| 101 | + </layout> |
84 | 102 | </item>
|
85 | 103 | </layout>
|
86 | 104 | </widget>
|
|
0 commit comments