~elkirtasse.team/elforkane/mediacute

« back to all changes in this revision

Viewing changes to mainwindow.ui

  • Committer: kovax
  • Date: 2012-05-03 18:13:57 UTC
  • Revision ID: kovax@elkirtasse-20120503181357-7mj20l53b8ruotgo
inistial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>MainWindow</class>
 
4
 <widget class="QMainWindow" name="MainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>645</width>
 
10
    <height>376</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>MainWindow</string>
 
15
  </property>
 
16
  <property name="layoutDirection">
 
17
   <enum>Qt::RightToLeft</enum>
 
18
  </property>
 
19
  <widget class="QWidget" name="centralWidget">
 
20
   <layout class="QVBoxLayout" name="verticalLayout">
 
21
    <item>
 
22
     <widget class="QSplitter" name="splitter">
 
23
      <property name="orientation">
 
24
       <enum>Qt::Horizontal</enum>
 
25
      </property>
 
26
      <widget class="QTreeWidget" name="treeWidget">
 
27
       <property name="contextMenuPolicy">
 
28
        <enum>Qt::CustomContextMenu</enum>
 
29
       </property>
 
30
       <attribute name="headerDefaultSectionSize">
 
31
        <number>250</number>
 
32
       </attribute>
 
33
       <column>
 
34
        <property name="text">
 
35
         <string>الاسم</string>
 
36
        </property>
 
37
        <property name="textAlignment">
 
38
         <set>AlignRight|AlignVCenter</set>
 
39
        </property>
 
40
       </column>
 
41
       <column>
 
42
        <property name="text">
 
43
         <string>الوقت</string>
 
44
        </property>
 
45
        <property name="textAlignment">
 
46
         <set>AlignRight|AlignVCenter</set>
 
47
        </property>
 
48
       </column>
 
49
      </widget>
 
50
      <widget class="QWidget" name="layoutWidget">
 
51
       <layout class="QVBoxLayout" name="vLayoutInfo">
 
52
        <item>
 
53
         <widget class="QTextEdit" name="textEditAya">
 
54
          <property name="readOnly">
 
55
           <bool>true</bool>
 
56
          </property>
 
57
         </widget>
 
58
        </item>
 
59
        <item>
 
60
         <widget class="QLabel" name="labelInfo">
 
61
          <property name="sizePolicy">
 
62
           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
63
            <horstretch>0</horstretch>
 
64
            <verstretch>0</verstretch>
 
65
           </sizepolicy>
 
66
          </property>
 
67
          <property name="text">
 
68
           <string>لا يوجد وسيط</string>
 
69
          </property>
 
70
         </widget>
 
71
        </item>
 
72
       </layout>
 
73
      </widget>
 
74
     </widget>
 
75
    </item>
 
76
    <item>
 
77
     <widget class="QFrame" name="frame_2">
 
78
      <property name="sizePolicy">
 
79
       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
80
        <horstretch>0</horstretch>
 
81
        <verstretch>0</verstretch>
 
82
       </sizepolicy>
 
83
      </property>
 
84
      <property name="frameShape">
 
85
       <enum>QFrame::StyledPanel</enum>
 
86
      </property>
 
87
      <property name="frameShadow">
 
88
       <enum>QFrame::Raised</enum>
 
89
      </property>
 
90
      <layout class="QHBoxLayout" name="horizontalLayout_2">
 
91
       <item>
 
92
        <layout class="QHBoxLayout" name="hLayoutMedia"/>
 
93
       </item>
 
94
      </layout>
 
95
     </widget>
 
96
    </item>
 
97
    <item>
 
98
     <widget class="QFrame" name="frame">
 
99
      <property name="sizePolicy">
 
100
       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
101
        <horstretch>0</horstretch>
 
102
        <verstretch>0</verstretch>
 
103
       </sizepolicy>
 
104
      </property>
 
105
      <property name="frameShape">
 
106
       <enum>QFrame::StyledPanel</enum>
 
107
      </property>
 
108
      <property name="frameShadow">
 
109
       <enum>QFrame::Raised</enum>
 
110
      </property>
 
111
      <layout class="QHBoxLayout" name="horizontalLayout_4">
 
112
       <item>
 
113
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 
114
         <item>
 
115
          <widget class="QPushButton" name="pButtonBack">
 
116
           <property name="sizePolicy">
 
117
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
118
             <horstretch>0</horstretch>
 
119
             <verstretch>0</verstretch>
 
120
            </sizepolicy>
 
121
           </property>
 
122
           <property name="toolTip">
 
123
            <string>Backward Ctrl+B</string>
 
124
           </property>
 
125
           <property name="text">
 
126
            <string/>
 
127
           </property>
 
128
           <property name="shortcut">
 
129
            <string>Ctrl+B</string>
 
130
           </property>
 
131
           <property name="flat">
 
132
            <bool>false</bool>
 
133
           </property>
 
134
          </widget>
 
135
         </item>
 
136
         <item>
 
137
          <widget class="QPushButton" name="pButtonPlayPause">
 
138
           <property name="sizePolicy">
 
139
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
140
             <horstretch>0</horstretch>
 
141
             <verstretch>0</verstretch>
 
142
            </sizepolicy>
 
143
           </property>
 
144
           <property name="toolTip">
 
145
            <string>Play Pause Ctrl+P</string>
 
146
           </property>
 
147
           <property name="text">
 
148
            <string/>
 
149
           </property>
 
150
           <property name="shortcut">
 
151
            <string>Ctrl+P</string>
 
152
           </property>
 
153
           <property name="flat">
 
154
            <bool>false</bool>
 
155
           </property>
 
156
          </widget>
 
157
         </item>
 
158
         <item>
 
159
          <widget class="QPushButton" name="pButtonForwar">
 
160
           <property name="sizePolicy">
 
161
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
162
             <horstretch>0</horstretch>
 
163
             <verstretch>0</verstretch>
 
164
            </sizepolicy>
 
165
           </property>
 
166
           <property name="toolTip">
 
167
            <string>Forward Ctrl+N</string>
 
168
           </property>
 
169
           <property name="text">
 
170
            <string/>
 
171
           </property>
 
172
           <property name="shortcut">
 
173
            <string>Ctrl+N</string>
 
174
           </property>
 
175
           <property name="flat">
 
176
            <bool>false</bool>
 
177
           </property>
 
178
          </widget>
 
179
         </item>
 
180
         <item>
 
181
          <widget class="QPushButton" name="pButtonAddPoint">
 
182
           <property name="toolTip">
 
183
            <string>Add new time   Alt+Space</string>
 
184
           </property>
 
185
           <property name="text">
 
186
            <string>إضافة عنصر</string>
 
187
           </property>
 
188
           <property name="shortcut">
 
189
            <string>Alt+Space</string>
 
190
           </property>
 
191
          </widget>
 
192
         </item>
 
193
         <item>
 
194
          <widget class="QPushButton" name="pButtonCurPoint">
 
195
           <property name="toolTip">
 
196
            <string>Current time    Space</string>
 
197
           </property>
 
198
           <property name="text">
 
199
            <string>الوقت الحالي</string>
 
200
           </property>
 
201
           <property name="shortcut">
 
202
            <string>Space</string>
 
203
           </property>
 
204
          </widget>
 
205
         </item>
 
206
         <item>
 
207
          <widget class="QLabel" name="labelTime">
 
208
           <property name="sizePolicy">
 
209
            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
210
             <horstretch>0</horstretch>
 
211
             <verstretch>0</verstretch>
 
212
            </sizepolicy>
 
213
           </property>
 
214
           <property name="text">
 
215
            <string>00:00</string>
 
216
           </property>
 
217
          </widget>
 
218
         </item>
 
219
        </layout>
 
220
       </item>
 
221
      </layout>
 
222
     </widget>
 
223
    </item>
 
224
   </layout>
 
225
  </widget>
 
226
  <widget class="QMenuBar" name="menuBar">
 
227
   <property name="geometry">
 
228
    <rect>
 
229
     <x>0</x>
 
230
     <y>0</y>
 
231
     <width>645</width>
 
232
     <height>21</height>
 
233
    </rect>
 
234
   </property>
 
235
   <widget class="QMenu" name="menuFile">
 
236
    <property name="title">
 
237
     <string>&amp;ملف</string>
 
238
    </property>
 
239
    <addaction name="actionOpen"/>
 
240
    <addaction name="separator"/>
 
241
    <addaction name="action_Quit"/>
 
242
   </widget>
 
243
   <widget class="QMenu" name="menuEdit">
 
244
    <property name="title">
 
245
     <string>&amp;تحرير</string>
 
246
    </property>
 
247
    <addaction name="action_Creat_script"/>
 
248
    <addaction name="action_execute"/>
 
249
   </widget>
 
250
   <widget class="QMenu" name="menu_Help">
 
251
    <property name="title">
 
252
     <string>&amp;مساعدة</string>
 
253
    </property>
 
254
    <addaction name="actionAbout"/>
 
255
   </widget>
 
256
   <addaction name="menuFile"/>
 
257
   <addaction name="menuEdit"/>
 
258
   <addaction name="menu_Help"/>
 
259
  </widget>
 
260
  <widget class="QToolBar" name="mainToolBar">
 
261
   <attribute name="toolBarArea">
 
262
    <enum>TopToolBarArea</enum>
 
263
   </attribute>
 
264
   <attribute name="toolBarBreak">
 
265
    <bool>false</bool>
 
266
   </attribute>
 
267
  </widget>
 
268
  <widget class="QStatusBar" name="statusBar"/>
 
269
  <action name="actionOpen">
 
270
   <property name="text">
 
271
    <string>&amp;فتح</string>
 
272
   </property>
 
273
  </action>
 
274
  <action name="action_Creat_script">
 
275
   <property name="text">
 
276
    <string>&amp;انشاء سكريبت</string>
 
277
   </property>
 
278
  </action>
 
279
  <action name="action_execute">
 
280
   <property name="text">
 
281
    <string>&amp;تنفيذ</string>
 
282
   </property>
 
283
  </action>
 
284
  <action name="action_Quit">
 
285
   <property name="text">
 
286
    <string>&amp;خروج</string>
 
287
   </property>
 
288
  </action>
 
289
  <action name="actionAbout">
 
290
   <property name="text">
 
291
    <string>حول</string>
 
292
   </property>
 
293
  </action>
 
294
 </widget>
 
295
 <layoutdefault spacing="6" margin="11"/>
 
296
 <resources/>
 
297
 <connections/>
 
298
</ui>