|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>971</width> |
10 |
| - <height>544</height> |
| 9 | + <width>893</width> |
| 10 | + <height>518</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
17 | 17 | <iconset resource="../../risorse.qrc">
|
18 | 18 | <normaloff>:/icon/images/icon.png</normaloff>:/icon/images/icon.png</iconset>
|
19 | 19 | </property>
|
20 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
21 |
| - <property name="geometry"> |
22 |
| - <rect> |
23 |
| - <x>760</x> |
24 |
| - <y>140</y> |
25 |
| - <width>81</width> |
26 |
| - <height>111</height> |
27 |
| - </rect> |
28 |
| - </property> |
29 |
| - <property name="orientation"> |
30 |
| - <enum>Qt::Vertical</enum> |
31 |
| - </property> |
32 |
| - <property name="standardButtons"> |
33 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
34 |
| - </property> |
35 |
| - </widget> |
36 |
| - <widget class="QLineEdit" name="search"> |
37 |
| - <property name="geometry"> |
38 |
| - <rect> |
39 |
| - <x>160</x> |
40 |
| - <y>20</y> |
41 |
| - <width>541</width> |
42 |
| - <height>26</height> |
43 |
| - </rect> |
44 |
| - </property> |
45 |
| - </widget> |
46 |
| - <widget class="QLabel" name="label"> |
47 |
| - <property name="geometry"> |
48 |
| - <rect> |
49 |
| - <x>30</x> |
50 |
| - <y>20</y> |
51 |
| - <width>121</width> |
52 |
| - <height>18</height> |
53 |
| - </rect> |
54 |
| - </property> |
55 |
| - <property name="text"> |
56 |
| - <string>&Search command:</string> |
57 |
| - </property> |
58 |
| - <property name="buddy"> |
59 |
| - <cstring>search</cstring> |
60 |
| - </property> |
61 |
| - </widget> |
62 |
| - <widget class="QTreeWidget" name="commands"> |
63 |
| - <property name="geometry"> |
64 |
| - <rect> |
65 |
| - <x>10</x> |
66 |
| - <y>70</y> |
67 |
| - <width>721</width> |
68 |
| - <height>401</height> |
69 |
| - </rect> |
70 |
| - </property> |
71 |
| - <property name="editTriggers"> |
72 |
| - <set>QAbstractItemView::NoEditTriggers</set> |
73 |
| - </property> |
74 |
| - <property name="showDropIndicator" stdset="0"> |
75 |
| - <bool>false</bool> |
76 |
| - </property> |
77 |
| - <property name="alternatingRowColors"> |
78 |
| - <bool>true</bool> |
79 |
| - </property> |
80 |
| - <property name="uniformRowHeights"> |
81 |
| - <bool>true</bool> |
82 |
| - </property> |
83 |
| - <property name="sortingEnabled"> |
84 |
| - <bool>true</bool> |
85 |
| - </property> |
86 |
| - <property name="allColumnsShowFocus"> |
87 |
| - <bool>true</bool> |
88 |
| - </property> |
89 |
| - <column> |
90 |
| - <property name="text"> |
91 |
| - <string>Command</string> |
92 |
| - </property> |
93 |
| - </column> |
94 |
| - <column> |
95 |
| - <property name="text"> |
96 |
| - <string>Description</string> |
97 |
| - </property> |
98 |
| - </column> |
99 |
| - </widget> |
100 |
| - <widget class="QPushButton" name="pushButton"> |
101 |
| - <property name="geometry"> |
102 |
| - <rect> |
103 |
| - <x>760</x> |
104 |
| - <y>90</y> |
105 |
| - <width>80</width> |
106 |
| - <height>26</height> |
107 |
| - </rect> |
108 |
| - </property> |
109 |
| - <property name="text"> |
110 |
| - <string>Execute</string> |
111 |
| - </property> |
112 |
| - </widget> |
| 20 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 21 | + <item> |
| 22 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 23 | + <item> |
| 24 | + <widget class="QLabel" name="label_2"> |
| 25 | + <property name="font"> |
| 26 | + <font> |
| 27 | + <pointsize>12</pointsize> |
| 28 | + <weight>75</weight> |
| 29 | + <bold>true</bold> |
| 30 | + </font> |
| 31 | + </property> |
| 32 | + <property name="text"> |
| 33 | + <string>Search a command by name or feature</string> |
| 34 | + </property> |
| 35 | + </widget> |
| 36 | + </item> |
| 37 | + <item> |
| 38 | + <layout class="QFormLayout" name="formLayout"> |
| 39 | + <item row="0" column="0"> |
| 40 | + <widget class="QLabel" name="label"> |
| 41 | + <property name="text"> |
| 42 | + <string>&Search command:</string> |
| 43 | + </property> |
| 44 | + <property name="buddy"> |
| 45 | + <cstring>search</cstring> |
| 46 | + </property> |
| 47 | + </widget> |
| 48 | + </item> |
| 49 | + <item row="0" column="1"> |
| 50 | + <widget class="QLineEdit" name="search"/> |
| 51 | + </item> |
| 52 | + </layout> |
| 53 | + </item> |
| 54 | + <item> |
| 55 | + <widget class="QTreeWidget" name="commands"> |
| 56 | + <property name="editTriggers"> |
| 57 | + <set>QAbstractItemView::NoEditTriggers</set> |
| 58 | + </property> |
| 59 | + <property name="showDropIndicator" stdset="0"> |
| 60 | + <bool>false</bool> |
| 61 | + </property> |
| 62 | + <property name="alternatingRowColors"> |
| 63 | + <bool>true</bool> |
| 64 | + </property> |
| 65 | + <property name="uniformRowHeights"> |
| 66 | + <bool>true</bool> |
| 67 | + </property> |
| 68 | + <property name="sortingEnabled"> |
| 69 | + <bool>true</bool> |
| 70 | + </property> |
| 71 | + <property name="allColumnsShowFocus"> |
| 72 | + <bool>true</bool> |
| 73 | + </property> |
| 74 | + <column> |
| 75 | + <property name="text"> |
| 76 | + <string>Command</string> |
| 77 | + </property> |
| 78 | + </column> |
| 79 | + <column> |
| 80 | + <property name="text"> |
| 81 | + <string>Description</string> |
| 82 | + </property> |
| 83 | + </column> |
| 84 | + </widget> |
| 85 | + </item> |
| 86 | + <item> |
| 87 | + <widget class="QLabel" name="label_3"> |
| 88 | + <property name="font"> |
| 89 | + <font> |
| 90 | + <italic>true</italic> |
| 91 | + </font> |
| 92 | + </property> |
| 93 | + <property name="text"> |
| 94 | + <string>Double click on command or press OK to execute it.</string> |
| 95 | + </property> |
| 96 | + </widget> |
| 97 | + </item> |
| 98 | + </layout> |
| 99 | + </item> |
| 100 | + <item> |
| 101 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 102 | + <item> |
| 103 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 104 | + <property name="sizePolicy"> |
| 105 | + <sizepolicy hsizetype="Fixed" vsizetype="Maximum"> |
| 106 | + <horstretch>0</horstretch> |
| 107 | + <verstretch>0</verstretch> |
| 108 | + </sizepolicy> |
| 109 | + </property> |
| 110 | + <property name="orientation"> |
| 111 | + <enum>Qt::Vertical</enum> |
| 112 | + </property> |
| 113 | + <property name="standardButtons"> |
| 114 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 115 | + </property> |
| 116 | + </widget> |
| 117 | + </item> |
| 118 | + <item> |
| 119 | + <spacer name="verticalSpacer"> |
| 120 | + <property name="orientation"> |
| 121 | + <enum>Qt::Vertical</enum> |
| 122 | + </property> |
| 123 | + <property name="sizeHint" stdset="0"> |
| 124 | + <size> |
| 125 | + <width>20</width> |
| 126 | + <height>40</height> |
| 127 | + </size> |
| 128 | + </property> |
| 129 | + </spacer> |
| 130 | + </item> |
| 131 | + </layout> |
| 132 | + </item> |
| 133 | + </layout> |
113 | 134 | </widget>
|
114 | 135 | <resources>
|
115 | 136 | <include location="../../risorse.qrc"/>
|
|
0 commit comments