~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to uic/specialhotkeysettings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-08-17 09:18:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090817091807-0g39xeau3xnotc73
Tags: 0.60.4-1
* New upstream version
* Bump standards version
* Update debian/watch file with new URL

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>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>531</width>
 
10
    <height>397</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Toggle monitoring using a hotkey</string>
 
21
     </property>
 
22
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 
23
      <item>
 
24
       <widget class="QLabel" name="label">
 
25
        <property name="text">
 
26
         <string>Hotkey: </string>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item>
 
31
       <widget class="QLabel" name="monitorKeyLabel">
 
32
        <property name="text">
 
33
         <string>$hotkey</string>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item>
 
38
       <spacer name="horizontalSpacer">
 
39
        <property name="orientation">
 
40
         <enum>Qt::Horizontal</enum>
 
41
        </property>
 
42
        <property name="sizeHint" stdset="0">
 
43
         <size>
 
44
          <width>269</width>
 
45
          <height>20</height>
 
46
         </size>
 
47
        </property>
 
48
       </spacer>
 
49
      </item>
 
50
      <item>
 
51
       <widget class="KPushButton" name="setMonitorButton">
 
52
        <property name="text">
 
53
         <string>Set</string>
 
54
        </property>
 
55
       </widget>
 
56
      </item>
 
57
      <item>
 
58
       <widget class="KPushButton" name="clearMonitorButton">
 
59
        <property name="text">
 
60
         <string>Clear</string>
 
61
        </property>
 
62
       </widget>
 
63
      </item>
 
64
     </layout>
 
65
    </widget>
 
66
   </item>
 
67
   <item>
 
68
    <widget class="QGroupBox" name="groupBox_2">
 
69
     <property name="title">
 
70
      <string>Show configuration window using a hotkey</string>
 
71
     </property>
 
72
     <layout class="QHBoxLayout" name="horizontalLayout">
 
73
      <item>
 
74
       <widget class="QLabel" name="label_2">
 
75
        <property name="text">
 
76
         <string>Hotkey: </string>
 
77
        </property>
 
78
       </widget>
 
79
      </item>
 
80
      <item>
 
81
       <widget class="QLabel" name="configKeyLabel">
 
82
        <property name="text">
 
83
         <string>$hotkey</string>
 
84
        </property>
 
85
       </widget>
 
86
      </item>
 
87
      <item>
 
88
       <spacer name="horizontalSpacer_2">
 
89
        <property name="orientation">
 
90
         <enum>Qt::Horizontal</enum>
 
91
        </property>
 
92
        <property name="sizeHint" stdset="0">
 
93
         <size>
 
94
          <width>269</width>
 
95
          <height>20</height>
 
96
         </size>
 
97
        </property>
 
98
       </spacer>
 
99
      </item>
 
100
      <item>
 
101
       <widget class="KPushButton" name="setConfigButton">
 
102
        <property name="text">
 
103
         <string>Set</string>
 
104
        </property>
 
105
       </widget>
 
106
      </item>
 
107
      <item>
 
108
       <widget class="KPushButton" name="clearConfigButton">
 
109
        <property name="text">
 
110
         <string>Clear</string>
 
111
        </property>
 
112
       </widget>
 
113
      </item>
 
114
     </layout>
 
115
    </widget>
 
116
   </item>
 
117
   <item>
 
118
    <spacer name="verticalSpacer">
 
119
     <property name="orientation">
 
120
      <enum>Qt::Vertical</enum>
 
121
     </property>
 
122
     <property name="sizeHint" stdset="0">
 
123
      <size>
 
124
       <width>20</width>
 
125
       <height>224</height>
 
126
      </size>
 
127
     </property>
 
128
    </spacer>
 
129
   </item>
 
130
  </layout>
 
131
 </widget>
 
132
 <customwidgets>
 
133
  <customwidget>
 
134
   <class>KPushButton</class>
 
135
   <extends>QPushButton</extends>
 
136
   <header>kpushbutton.h</header>
 
137
  </customwidget>
 
138
 </customwidgets>
 
139
 <resources/>
 
140
 <connections/>
 
141
</ui>