~carlos-mazieri/ubuntu-filemanager-app/model

« back to all changes in this revision

Viewing changes to test_folderlistmodel/simpleUI/simplelist.ui

  • Committer: carlos-mazieri
  • Date: 2014-05-24 11:44:38 UTC
  • Revision ID: carlos.mazieri@gmail.com-20140524114438-y3v8guja1snwmiy9
remade C++ UI

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>800</width>
10
 
    <height>600</height>
 
9
    <width>1046</width>
 
10
    <height>608</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
19
19
     <layout class="QHBoxLayout" name="horizontalLayout">
20
20
      <item>
21
21
       <widget class="QToolButton" name="toolButtonBack">
 
22
        <property name="enabled">
 
23
         <bool>false</bool>
 
24
        </property>
22
25
        <property name="text">
23
26
         <string>back</string>
24
27
        </property>
52
55
     </layout>
53
56
    </item>
54
57
    <item>
55
 
     <widget class="QSplitter" name="splitter">
56
 
      <property name="orientation">
57
 
       <enum>Qt::Horizontal</enum>
58
 
      </property>
59
 
      <widget class="QWidget" name="layoutWidget">
 
58
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 
59
      <item>
60
60
       <layout class="QVBoxLayout" name="verticalLayout_3">
61
61
        <item>
62
62
         <widget class="QGroupBox" name="groupBoxPlaces">
67
67
           <item>
68
68
            <widget class="QListView" name="listViewPlaces">
69
69
             <property name="sizePolicy">
70
 
              <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
 
70
              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
71
71
               <horstretch>0</horstretch>
72
72
               <verstretch>0</verstretch>
73
73
              </sizepolicy>
80
80
        <item>
81
81
         <widget class="QGroupBox" name="groupBoxConfig">
82
82
          <property name="sizePolicy">
83
 
           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
83
           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
84
84
            <horstretch>0</horstretch>
85
85
            <verstretch>0</verstretch>
86
86
           </sizepolicy>
90
90
          </property>
91
91
          <layout class="QVBoxLayout" name="verticalLayout_2">
92
92
           <property name="spacing">
93
 
            <number>1</number>
 
93
            <number>3</number>
94
94
           </property>
95
95
           <property name="leftMargin">
96
96
            <number>0</number>
143
143
         </widget>
144
144
        </item>
145
145
       </layout>
146
 
      </widget>
147
 
      <widget class="QTableView" name="tableViewFM"/>
148
 
     </widget>
 
146
      </item>
 
147
      <item>
 
148
       <widget class="QTableView" name="tableViewFM"/>
 
149
      </item>
 
150
     </layout>
149
151
    </item>
150
152
   </layout>
151
153
  </widget>
154
156
    <rect>
155
157
     <x>0</x>
156
158
     <y>0</y>
157
 
     <width>800</width>
 
159
     <width>1046</width>
158
160
     <height>30</height>
159
161
    </rect>
160
162
   </property>
170
172
   <property name="windowTitle">
171
173
    <string>toolBar</string>
172
174
   </property>
 
175
   <property name="toolButtonStyle">
 
176
    <enum>Qt::ToolButtonTextUnderIcon</enum>
 
177
   </property>
173
178
   <attribute name="toolBarArea">
174
179
    <enum>TopToolBarArea</enum>
175
180
   </attribute>
190
195
   <addaction name="actionUndo"/>
191
196
   <addaction name="separator"/>
192
197
   <addaction name="actionEmptyTrash"/>
 
198
   <addaction name="separator"/>
 
199
   <addaction name="actionTerminnal"/>
193
200
  </widget>
194
201
  <action name="actionCopy">
195
202
   <property name="icon">
242
249
     <normaloff>:/resources/resources/remove.png</normaloff>:/resources/resources/remove.png</iconset>
243
250
   </property>
244
251
   <property name="text">
245
 
    <string>Delete</string>
 
252
    <string>Remove</string>
246
253
   </property>
247
254
   <property name="shortcut">
248
255
    <string>Shift+Del</string>
306
313
   </property>
307
314
  </action>
308
315
  <action name="actionUndo">
 
316
   <property name="enabled">
 
317
    <bool>false</bool>
 
318
   </property>
309
319
   <property name="icon">
310
320
    <iconset resource="res.qrc">
311
321
     <normaloff>:/resources/resources/undo.png</normaloff>:/resources/resources/undo.png</iconset>
320
330
     <normaloff>:/resources/resources/empty_trash.png</normaloff>:/resources/resources/empty_trash.png</iconset>
321
331
   </property>
322
332
   <property name="text">
323
 
    <string>Empty Trash</string>
 
333
    <string>EmptyTrash</string>
324
334
   </property>
325
335
   <property name="toolTip">
326
 
    <string>Empt Trash</string>
 
336
    <string>EmptTrash</string>
327
337
   </property>
328
338
  </action>
329
339
  <action name="actionRestoreFromTrash">
332
342
     <normaloff>:/resources/resources/recyclebin_full.png</normaloff>:/resources/resources/recyclebin_full.png</iconset>
333
343
   </property>
334
344
   <property name="text">
335
 
    <string>restore From Trash</string>
336
 
   </property>
337
 
   <property name="toolTip">
338
 
    <string>restore From Trash</string>
 
345
    <string>RestoreFromTrash</string>
 
346
   </property>
 
347
   <property name="toolTip">
 
348
    <string>restore From Trash</string>
 
349
   </property>
 
350
  </action>
 
351
  <action name="actionTerminnal">
 
352
   <property name="icon">
 
353
    <iconset resource="res.qrc">
 
354
     <normaloff>:/resources/resources/xterm_48x48.xpm</normaloff>:/resources/resources/xterm_48x48.xpm</iconset>
 
355
   </property>
 
356
   <property name="text">
 
357
    <string>Terminnal</string>
 
358
   </property>
 
359
   <property name="toolTip">
 
360
    <string>open a Terminal</string>
339
361
   </property>
340
362
  </action>
341
363
 </widget>