~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/oxygen/demo/ui/oxygenbenchmarkwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>BenchmarkWidget</class>
 
4
 <widget class="QWidget" name="BenchmarkWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>407</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_4">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Modules</string>
 
21
     </property>
 
22
     <layout class="QVBoxLayout" name="verticalLayout_3">
 
23
      <item>
 
24
       <widget class="QLabel" name="label">
 
25
        <property name="text">
 
26
         <string>Select below the modules for which you want to run the simulation:</string>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item>
 
31
       <layout class="QVBoxLayout" name="verticalLayout"/>
 
32
      </item>
 
33
     </layout>
 
34
    </widget>
 
35
   </item>
 
36
   <item>
 
37
    <widget class="QGroupBox" name="groupBox_2">
 
38
     <property name="title">
 
39
      <string>Options</string>
 
40
     </property>
 
41
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
42
      <item>
 
43
       <widget class="QCheckBox" name="grabMouseCheckBox">
 
44
        <property name="text">
 
45
         <string>Grab mouse</string>
 
46
        </property>
 
47
        <property name="checked">
 
48
         <bool>true</bool>
 
49
        </property>
 
50
       </widget>
 
51
      </item>
 
52
     </layout>
 
53
    </widget>
 
54
   </item>
 
55
   <item>
 
56
    <spacer name="verticalSpacer">
 
57
     <property name="orientation">
 
58
      <enum>Qt::Vertical</enum>
 
59
     </property>
 
60
     <property name="sizeHint" stdset="0">
 
61
      <size>
 
62
       <width>20</width>
 
63
       <height>40</height>
 
64
      </size>
 
65
     </property>
 
66
    </spacer>
 
67
   </item>
 
68
   <item>
 
69
    <layout class="QHBoxLayout" name="horizontalLayout">
 
70
     <item>
 
71
      <spacer name="horizontalSpacer">
 
72
       <property name="orientation">
 
73
        <enum>Qt::Horizontal</enum>
 
74
       </property>
 
75
       <property name="sizeHint" stdset="0">
 
76
        <size>
 
77
         <width>40</width>
 
78
         <height>20</height>
 
79
        </size>
 
80
       </property>
 
81
      </spacer>
 
82
     </item>
 
83
     <item>
 
84
      <widget class="KPushButton" name="runButton">
 
85
       <property name="text">
 
86
        <string>Run Simulation</string>
 
87
       </property>
 
88
      </widget>
 
89
     </item>
 
90
    </layout>
 
91
   </item>
 
92
  </layout>
 
93
 </widget>
 
94
 <customwidgets>
 
95
  <customwidget>
 
96
   <class>KPushButton</class>
 
97
   <extends>QPushButton</extends>
 
98
   <header>kpushbutton.h</header>
 
99
  </customwidget>
 
100
 </customwidgets>
 
101
 <resources/>
 
102
 <connections/>
 
103
</ui>