|
44 | 44 | <property name="title">
|
45 | 45 | <string>PostgreSQL connections</string>
|
46 | 46 | </property>
|
47 |
| - <layout class="QGridLayout"> |
48 |
| - <property name="margin"> |
49 |
| - <number>11</number> |
50 |
| - </property> |
51 |
| - <property name="spacing"> |
52 |
| - <number>6</number> |
53 |
| - </property> |
54 |
| - <item row="1" column="0"> |
55 |
| - <spacer> |
56 |
| - <property name="orientation"> |
57 |
| - <enum>Qt::Horizontal</enum> |
58 |
| - </property> |
59 |
| - <property name="sizeHint" stdset="0"> |
60 |
| - <size> |
61 |
| - <width>40</width> |
62 |
| - <height>20</height> |
63 |
| - </size> |
64 |
| - </property> |
65 |
| - </spacer> |
66 |
| - </item> |
67 |
| - <item row="0" column="0" colspan="4"> |
| 47 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 48 | + <item> |
68 | 49 | <widget class="QComboBox" name="cmbConnections">
|
69 | 50 | <property name="minimumSize">
|
70 | 51 | <size>
|
|
74 | 55 | </property>
|
75 | 56 | </widget>
|
76 | 57 | </item>
|
77 |
| - <item row="1" column="2"> |
78 |
| - <widget class="QPushButton" name="btnEdit"> |
79 |
| - <property name="toolTip"> |
80 |
| - <string>Edit the current PostGIS connection</string> |
81 |
| - </property> |
82 |
| - <property name="whatsThis"> |
83 |
| - <string>Edit the current PostGIS connection</string> |
84 |
| - </property> |
85 |
| - <property name="text"> |
86 |
| - <string>Edit</string> |
87 |
| - </property> |
88 |
| - </widget> |
89 |
| - </item> |
90 |
| - <item row="1" column="3"> |
91 |
| - <widget class="QPushButton" name="btnRemove"> |
92 |
| - <property name="toolTip"> |
93 |
| - <string>Remove the current PostGIS connection</string> |
94 |
| - </property> |
95 |
| - <property name="whatsThis"> |
96 |
| - <string>Remove the current PostGIS connection</string> |
97 |
| - </property> |
98 |
| - <property name="text"> |
99 |
| - <string>Remove</string> |
100 |
| - </property> |
101 |
| - </widget> |
102 |
| - </item> |
103 |
| - <item row="1" column="1"> |
104 |
| - <widget class="QPushButton" name="btnNew"> |
105 |
| - <property name="toolTip"> |
106 |
| - <string>Create a new PostGIS connection</string> |
107 |
| - </property> |
108 |
| - <property name="whatsThis"> |
109 |
| - <string>Create a new PostGIS connection</string> |
110 |
| - </property> |
111 |
| - <property name="text"> |
112 |
| - <string>New</string> |
113 |
| - </property> |
114 |
| - </widget> |
115 |
| - </item> |
116 |
| - <item row="1" column="0"> |
117 |
| - <widget class="QPushButton" name="btnConnect"> |
118 |
| - <property name="toolTip"> |
119 |
| - <string>Connect to PostGIS</string> |
120 |
| - </property> |
121 |
| - <property name="whatsThis"> |
122 |
| - <string>Connect to PostGIS</string> |
123 |
| - </property> |
124 |
| - <property name="text"> |
125 |
| - <string>Connect</string> |
126 |
| - </property> |
127 |
| - </widget> |
| 58 | + <item> |
| 59 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 60 | + <item> |
| 61 | + <widget class="QPushButton" name="btnConnect"> |
| 62 | + <property name="toolTip"> |
| 63 | + <string>Connect to PostGIS</string> |
| 64 | + </property> |
| 65 | + <property name="whatsThis"> |
| 66 | + <string>Connect to PostGIS</string> |
| 67 | + </property> |
| 68 | + <property name="text"> |
| 69 | + <string>Connect</string> |
| 70 | + </property> |
| 71 | + </widget> |
| 72 | + </item> |
| 73 | + <item> |
| 74 | + <widget class="QPushButton" name="btnNew"> |
| 75 | + <property name="toolTip"> |
| 76 | + <string>Create a new PostGIS connection</string> |
| 77 | + </property> |
| 78 | + <property name="whatsThis"> |
| 79 | + <string>Create a new PostGIS connection</string> |
| 80 | + </property> |
| 81 | + <property name="text"> |
| 82 | + <string>New</string> |
| 83 | + </property> |
| 84 | + </widget> |
| 85 | + </item> |
| 86 | + <item> |
| 87 | + <widget class="QPushButton" name="btnEdit"> |
| 88 | + <property name="toolTip"> |
| 89 | + <string>Edit the current PostGIS connection</string> |
| 90 | + </property> |
| 91 | + <property name="whatsThis"> |
| 92 | + <string>Edit the current PostGIS connection</string> |
| 93 | + </property> |
| 94 | + <property name="text"> |
| 95 | + <string>Edit</string> |
| 96 | + </property> |
| 97 | + </widget> |
| 98 | + </item> |
| 99 | + <item> |
| 100 | + <widget class="QPushButton" name="btnRemove"> |
| 101 | + <property name="toolTip"> |
| 102 | + <string>Remove the current PostGIS connection</string> |
| 103 | + </property> |
| 104 | + <property name="whatsThis"> |
| 105 | + <string>Remove the current PostGIS connection</string> |
| 106 | + </property> |
| 107 | + <property name="text"> |
| 108 | + <string>Remove</string> |
| 109 | + </property> |
| 110 | + </widget> |
| 111 | + </item> |
| 112 | + </layout> |
128 | 113 | </item>
|
129 | 114 | </layout>
|
130 | 115 | </widget>
|
|
0 commit comments