source: smplayer/trunk/src/toolbareditor.ui@ 128

Last change on this file since 128 was 128, checked in by Silvan Scherrer, 13 years ago

SMPlayer: trunk update to latest svn

File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ToolbarEditor</class>
4 <widget class="QDialog" name="ToolbarEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>702</width>
10 <height>412</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Toolbar Editor</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout_2">
17 <item row="0" column="0">
18 <layout class="QVBoxLayout" name="verticalLayout">
19 <item>
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>&amp;Available actions:</string>
23 </property>
24 <property name="buddy">
25 <cstring>all_actions_list</cstring>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QListWidget" name="all_actions_list"/>
31 </item>
32 </layout>
33 </item>
34 <item row="0" column="1">
35 <layout class="QVBoxLayout" name="verticalLayout_3">
36 <item>
37 <spacer name="verticalSpacer">
38 <property name="orientation">
39 <enum>Qt::Vertical</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>20</width>
44 <height>40</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 <item>
50 <layout class="QGridLayout" name="gridLayout">
51 <item row="1" column="0">
52 <widget class="QToolButton" name="left_button">
53 <property name="enabled">
54 <bool>false</bool>
55 </property>
56 <property name="text">
57 <string>&amp;Left</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="2">
62 <widget class="QToolButton" name="right_button">
63 <property name="enabled">
64 <bool>false</bool>
65 </property>
66 <property name="text">
67 <string>&amp;Right</string>
68 </property>
69 </widget>
70 </item>
71 <item row="2" column="1">
72 <widget class="QToolButton" name="down_button">
73 <property name="enabled">
74 <bool>false</bool>
75 </property>
76 <property name="text">
77 <string>&amp;Down</string>
78 </property>
79 </widget>
80 </item>
81 <item row="0" column="1" colspan="2">
82 <widget class="QToolButton" name="up_button">
83 <property name="enabled">
84 <bool>false</bool>
85 </property>
86 <property name="text">
87 <string>&amp;Up</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </item>
93 <item>
94 <spacer name="verticalSpacer_2">
95 <property name="orientation">
96 <enum>Qt::Vertical</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>20</width>
101 <height>40</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 </layout>
107 </item>
108 <item row="0" column="2">
109 <layout class="QVBoxLayout" name="verticalLayout_2">
110 <item>
111 <widget class="QLabel" name="label_2">
112 <property name="text">
113 <string>Curre&amp;nt actions:</string>
114 </property>
115 <property name="buddy">
116 <cstring>active_actions_list</cstring>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <widget class="QListWidget" name="active_actions_list"/>
122 </item>
123 </layout>
124 </item>
125 <item row="1" column="0" colspan="3">
126 <layout class="QHBoxLayout" name="horizontalLayout">
127 <item>
128 <spacer name="horizontalSpacer">
129 <property name="orientation">
130 <enum>Qt::Horizontal</enum>
131 </property>
132 <property name="sizeHint" stdset="0">
133 <size>
134 <width>518</width>
135 <height>20</height>
136 </size>
137 </property>
138 </spacer>
139 </item>
140 <item>
141 <widget class="QPushButton" name="separator_button">
142 <property name="text">
143 <string>Add &amp;separator</string>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 <item row="2" column="0" colspan="3">
150 <widget class="Line" name="line">
151 <property name="orientation">
152 <enum>Qt::Horizontal</enum>
153 </property>
154 </widget>
155 </item>
156 <item row="3" column="0" colspan="3">
157 <widget class="QDialogButtonBox" name="buttonBox">
158 <property name="orientation">
159 <enum>Qt::Horizontal</enum>
160 </property>
161 <property name="standardButtons">
162 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 <tabstops>
169 <tabstop>all_actions_list</tabstop>
170 <tabstop>active_actions_list</tabstop>
171 <tabstop>left_button</tabstop>
172 <tabstop>up_button</tabstop>
173 <tabstop>right_button</tabstop>
174 <tabstop>down_button</tabstop>
175 <tabstop>separator_button</tabstop>
176 <tabstop>buttonBox</tabstop>
177 </tabstops>
178 <resources/>
179 <connections>
180 <connection>
181 <sender>buttonBox</sender>
182 <signal>accepted()</signal>
183 <receiver>ToolbarEditor</receiver>
184 <slot>accept()</slot>
185 <hints>
186 <hint type="sourcelabel">
187 <x>248</x>
188 <y>254</y>
189 </hint>
190 <hint type="destinationlabel">
191 <x>157</x>
192 <y>274</y>
193 </hint>
194 </hints>
195 </connection>
196 <connection>
197 <sender>buttonBox</sender>
198 <signal>rejected()</signal>
199 <receiver>ToolbarEditor</receiver>
200 <slot>reject()</slot>
201 <hints>
202 <hint type="sourcelabel">
203 <x>316</x>
204 <y>260</y>
205 </hint>
206 <hint type="destinationlabel">
207 <x>286</x>
208 <y>274</y>
209 </hint>
210 </hints>
211 </connection>
212 </connections>
213</ui>
Note: See TracBrowser for help on using the repository browser.