source: palm/trunk/SCRIPTS/palmrungui_files/history.ui @ 4480

Last change on this file since 4480 was 4470, checked in by maronga, 4 years ago

funtionality improvements in palmrungui

File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>882</width>
13    <height>603</height>
14   </rect>
15  </property>
16  <property name="sizePolicy">
17   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
18    <horstretch>0</horstretch>
19    <verstretch>0</verstretch>
20   </sizepolicy>
21  </property>
22  <property name="windowTitle">
23   <string>History</string>
24  </property>
25  <property name="locale">
26   <locale language="English" country="UnitedStates"/>
27  </property>
28  <widget class="QLabel" name="label">
29   <property name="geometry">
30    <rect>
31     <x>15</x>
32     <y>10</y>
33     <width>261</width>
34     <height>16</height>
35    </rect>
36   </property>
37   <property name="text">
38    <string>History of palmrun commands:</string>
39   </property>
40  </widget>
41  <widget class="QPushButton" name="push_discard">
42   <property name="geometry">
43    <rect>
44     <x>130</x>
45     <y>560</y>
46     <width>88</width>
47     <height>34</height>
48    </rect>
49   </property>
50   <property name="text">
51    <string>Discard</string>
52   </property>
53  </widget>
54  <widget class="QPushButton" name="push_open">
55   <property name="enabled">
56    <bool>false</bool>
57   </property>
58   <property name="geometry">
59    <rect>
60     <x>10</x>
61     <y>560</y>
62     <width>111</width>
63     <height>34</height>
64    </rect>
65   </property>
66   <property name="text">
67    <string>Load selected</string>
68   </property>
69  </widget>
70  <widget class="QListWidget" name="list_history">
71   <property name="geometry">
72    <rect>
73     <x>10</x>
74     <y>30</y>
75     <width>861</width>
76     <height>521</height>
77    </rect>
78   </property>
79   <property name="showDropIndicator" stdset="0">
80    <bool>false</bool>
81   </property>
82   <property name="alternatingRowColors">
83    <bool>true</bool>
84   </property>
85   <property name="sortingEnabled">
86    <bool>false</bool>
87   </property>
88  </widget>
89  <widget class="QPushButton" name="push_clear">
90   <property name="geometry">
91    <rect>
92     <x>230</x>
93     <y>560</y>
94     <width>88</width>
95     <height>34</height>
96    </rect>
97   </property>
98   <property name="text">
99    <string>Clear history</string>
100   </property>
101  </widget>
102 </widget>
103 <resources/>
104 <connections>
105  <connection>
106   <sender>push_open</sender>
107   <signal>clicked()</signal>
108   <receiver>Dialog</receiver>
109   <slot>OpenFromHistory()</slot>
110   <hints>
111    <hint type="sourcelabel">
112     <x>70</x>
113     <y>562</y>
114    </hint>
115    <hint type="destinationlabel">
116     <x>249</x>
117     <y>563</y>
118    </hint>
119   </hints>
120  </connection>
121  <connection>
122   <sender>push_discard</sender>
123   <signal>clicked()</signal>
124   <receiver>Dialog</receiver>
125   <slot>DiscardHistory()</slot>
126   <hints>
127    <hint type="sourcelabel">
128     <x>204</x>
129     <y>571</y>
130    </hint>
131    <hint type="destinationlabel">
132     <x>417</x>
133     <y>564</y>
134    </hint>
135   </hints>
136  </connection>
137  <connection>
138   <sender>push_clear</sender>
139   <signal>clicked()</signal>
140   <receiver>Dialog</receiver>
141   <slot>ClearHistory()</slot>
142   <hints>
143    <hint type="sourcelabel">
144     <x>290</x>
145     <y>591</y>
146    </hint>
147    <hint type="destinationlabel">
148     <x>389</x>
149     <y>589</y>
150    </hint>
151   </hints>
152  </connection>
153  <connection>
154   <sender>list_history</sender>
155   <signal>itemSelectionChanged()</signal>
156   <receiver>Dialog</receiver>
157   <slot>ItemSelected()</slot>
158   <hints>
159    <hint type="sourcelabel">
160     <x>611</x>
161     <y>152</y>
162    </hint>
163    <hint type="destinationlabel">
164     <x>729</x>
165     <y>575</y>
166    </hint>
167   </hints>
168  </connection>
169 </connections>
170 <slots>
171  <slot>OpenFromHistory()</slot>
172  <slot>DiscardHistory()</slot>
173  <slot>ClearHistory()</slot>
174  <slot>ItemSelected()</slot>
175 </slots>
176</ui>
Note: See TracBrowser for help on using the repository browser.