|
1 <ui version="4.0" > |
|
2 <class>ShellHistoryDialog</class> |
|
3 <widget class="QDialog" name="ShellHistoryDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>540</width> |
|
9 <height>506</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Shell History</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QGridLayout" name="gridLayout" > |
|
19 <item row="0" column="0" > |
|
20 <widget class="QListWidget" name="historyList" > |
|
21 <property name="font" > |
|
22 <font> |
|
23 <family>Monospace</family> |
|
24 </font> |
|
25 </property> |
|
26 <property name="editTriggers" > |
|
27 <set>QAbstractItemView::NoEditTriggers</set> |
|
28 </property> |
|
29 <property name="alternatingRowColors" > |
|
30 <bool>true</bool> |
|
31 </property> |
|
32 <property name="selectionMode" > |
|
33 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
34 </property> |
|
35 <property name="wordWrap" > |
|
36 <bool>true</bool> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="0" column="1" > |
|
41 <layout class="QVBoxLayout" name="verticalLayout" > |
|
42 <item> |
|
43 <widget class="QPushButton" name="deleteButton" > |
|
44 <property name="enabled" > |
|
45 <bool>false</bool> |
|
46 </property> |
|
47 <property name="toolTip" > |
|
48 <string>Delete the selected entries</string> |
|
49 </property> |
|
50 <property name="text" > |
|
51 <string>&Delete</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QPushButton" name="copyButton" > |
|
57 <property name="enabled" > |
|
58 <bool>false</bool> |
|
59 </property> |
|
60 <property name="toolTip" > |
|
61 <string>Copy the selected entries to the current editor</string> |
|
62 </property> |
|
63 <property name="text" > |
|
64 <string>C&opy</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QPushButton" name="executeButton" > |
|
70 <property name="enabled" > |
|
71 <bool>false</bool> |
|
72 </property> |
|
73 <property name="toolTip" > |
|
74 <string>Execute the selected entries</string> |
|
75 </property> |
|
76 <property name="text" > |
|
77 <string>&Execute</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QPushButton" name="reloadButton" > |
|
83 <property name="toolTip" > |
|
84 <string>Reload the history</string> |
|
85 </property> |
|
86 <property name="text" > |
|
87 <string>&Reload</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <spacer name="verticalSpacer" > |
|
93 <property name="orientation" > |
|
94 <enum>Qt::Vertical</enum> |
|
95 </property> |
|
96 <property name="sizeHint" stdset="0" > |
|
97 <size> |
|
98 <width>72</width> |
|
99 <height>208</height> |
|
100 </size> |
|
101 </property> |
|
102 </spacer> |
|
103 </item> |
|
104 </layout> |
|
105 </item> |
|
106 <item row="1" column="0" colspan="2" > |
|
107 <widget class="QDialogButtonBox" name="buttonBox" > |
|
108 <property name="standardButtons" > |
|
109 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 </layout> |
|
114 </widget> |
|
115 <tabstops> |
|
116 <tabstop>historyList</tabstop> |
|
117 <tabstop>deleteButton</tabstop> |
|
118 <tabstop>copyButton</tabstop> |
|
119 <tabstop>executeButton</tabstop> |
|
120 <tabstop>reloadButton</tabstop> |
|
121 <tabstop>buttonBox</tabstop> |
|
122 </tabstops> |
|
123 <resources/> |
|
124 <connections> |
|
125 <connection> |
|
126 <sender>buttonBox</sender> |
|
127 <signal>accepted()</signal> |
|
128 <receiver>ShellHistoryDialog</receiver> |
|
129 <slot>accept()</slot> |
|
130 <hints> |
|
131 <hint type="sourcelabel" > |
|
132 <x>333</x> |
|
133 <y>487</y> |
|
134 </hint> |
|
135 <hint type="destinationlabel" > |
|
136 <x>323</x> |
|
137 <y>505</y> |
|
138 </hint> |
|
139 </hints> |
|
140 </connection> |
|
141 <connection> |
|
142 <sender>buttonBox</sender> |
|
143 <signal>rejected()</signal> |
|
144 <receiver>ShellHistoryDialog</receiver> |
|
145 <slot>reject()</slot> |
|
146 <hints> |
|
147 <hint type="sourcelabel" > |
|
148 <x>167</x> |
|
149 <y>490</y> |
|
150 </hint> |
|
151 <hint type="destinationlabel" > |
|
152 <x>169</x> |
|
153 <y>504</y> |
|
154 </hint> |
|
155 </hints> |
|
156 </connection> |
|
157 </connections> |
|
158 </ui> |