|
12 | 12 | <property name="windowTitle" >
|
13 | 13 | <string>Attribute Table</string>
|
14 | 14 | </property>
|
15 |
| - <layout class="QVBoxLayout" > |
16 |
| - <item> |
17 |
| - <widget class="BeataView" name="mView" /> |
| 15 | + <layout class="QGridLayout" > |
| 16 | + <property name="leftMargin" > |
| 17 | + <number>0</number> |
| 18 | + </property> |
| 19 | + <property name="topMargin" > |
| 20 | + <number>0</number> |
| 21 | + </property> |
| 22 | + <property name="rightMargin" > |
| 23 | + <number>0</number> |
| 24 | + </property> |
| 25 | + <property name="bottomMargin" > |
| 26 | + <number>0</number> |
| 27 | + </property> |
| 28 | + <property name="horizontalSpacing" > |
| 29 | + <number>0</number> |
| 30 | + </property> |
| 31 | + <property name="verticalSpacing" > |
| 32 | + <number>0</number> |
| 33 | + </property> |
| 34 | + <item row="0" column="0" > |
| 35 | + <widget class="BeataView" name="mView" > |
| 36 | + <property name="alternatingRowColors" > |
| 37 | + <bool>true</bool> |
| 38 | + </property> |
| 39 | + </widget> |
18 | 40 | </item>
|
19 |
| - <item> |
| 41 | + <item row="1" column="0" > |
20 | 42 | <layout class="QHBoxLayout" >
|
21 | 43 | <item>
|
22 | 44 | <widget class="QPushButton" name="searchButton" >
|
|
46 | 68 | <widget class="QComboBox" name="columnBox" />
|
47 | 69 | </item>
|
48 | 70 | <item>
|
49 |
| - <spacer> |
50 |
| - <property name="orientation" > |
51 |
| - <enum>Qt::Horizontal</enum> |
| 71 | + <widget class="QPushButton" name="btnShowAll" > |
| 72 | + <property name="focusPolicy" > |
| 73 | + <enum>Qt::NoFocus</enum> |
52 | 74 | </property>
|
53 |
| - <property name="sizeHint" > |
54 |
| - <size> |
55 |
| - <width>40</width> |
56 |
| - <height>20</height> |
57 |
| - </size> |
| 75 | + <property name="text" > |
| 76 | + <string>&All</string> |
| 77 | + </property> |
| 78 | + <property name="checkable" > |
| 79 | + <bool>true</bool> |
58 | 80 | </property>
|
59 |
| - </spacer> |
| 81 | + </widget> |
60 | 82 | </item>
|
61 | 83 | <item>
|
62 |
| - <layout class="QHBoxLayout" > |
63 |
| - <property name="spacing" > |
64 |
| - <number>0</number> |
| 84 | + <widget class="QPushButton" name="btnShowSelected" > |
| 85 | + <property name="focusPolicy" > |
| 86 | + <enum>Qt::NoFocus</enum> |
65 | 87 | </property>
|
66 |
| - <property name="leftMargin" > |
67 |
| - <number>0</number> |
| 88 | + <property name="text" > |
| 89 | + <string>S&elected</string> |
| 90 | + </property> |
| 91 | + <property name="checkable" > |
| 92 | + <bool>true</bool> |
68 | 93 | </property>
|
69 |
| - <item> |
70 |
| - <widget class="QPushButton" name="btnShowAll" > |
71 |
| - <property name="focusPolicy" > |
72 |
| - <enum>Qt::NoFocus</enum> |
73 |
| - </property> |
74 |
| - <property name="text" > |
75 |
| - <string>&All</string> |
76 |
| - </property> |
77 |
| - <property name="checkable" > |
78 |
| - <bool>true</bool> |
79 |
| - </property> |
80 |
| - </widget> |
81 |
| - </item> |
82 |
| - <item> |
83 |
| - <widget class="QPushButton" name="btnShowSelected" > |
84 |
| - <property name="focusPolicy" > |
85 |
| - <enum>Qt::NoFocus</enum> |
86 |
| - </property> |
87 |
| - <property name="text" > |
88 |
| - <string>S&elected</string> |
89 |
| - </property> |
90 |
| - <property name="checkable" > |
91 |
| - <bool>true</bool> |
92 |
| - </property> |
93 |
| - </widget> |
94 |
| - </item> |
95 |
| - </layout> |
| 94 | + </widget> |
96 | 95 | </item>
|
97 | 96 | <item>
|
98 | 97 | <widget class="QPushButton" name="actionsButton" >
|
|
0 commit comments