~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/wiimotedev/wiimoteshortcutgrabber.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

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>WiimoteShortcutGrabber</class>
 
4
 <widget class="QDialog" name="WiimoteShortcutGrabber">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>418</width>
 
10
    <height>160</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Add wiimotedev action</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../../data/data.qrc">
 
18
    <normaloff>:/icons/32x32/wiimotedev.png</normaloff>:/icons/32x32/wiimotedev.png</iconset>
 
19
  </property>
 
20
  <layout class="QVBoxLayout" name="verticalLayout">
 
21
   <item>
 
22
    <layout class="QHBoxLayout" name="horizontalLayout">
 
23
     <item>
 
24
      <widget class="QLabel" name="label">
 
25
       <property name="sizePolicy">
 
26
        <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 
27
         <horstretch>0</horstretch>
 
28
         <verstretch>0</verstretch>
 
29
        </sizepolicy>
 
30
       </property>
 
31
       <property name="text">
 
32
        <string>Press a button combination to use for</string>
 
33
       </property>
 
34
       <property name="alignment">
 
35
        <set>Qt::AlignCenter</set>
 
36
       </property>
 
37
      </widget>
 
38
     </item>
 
39
     <item>
 
40
      <widget class="QComboBox" name="comboBox">
 
41
       <property name="sizePolicy">
 
42
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
 
43
         <horstretch>0</horstretch>
 
44
         <verstretch>0</verstretch>
 
45
        </sizepolicy>
 
46
       </property>
 
47
      </widget>
 
48
     </item>
 
49
    </layout>
 
50
   </item>
 
51
   <item>
 
52
    <widget class="QLabel" name="combo">
 
53
     <property name="sizePolicy">
 
54
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
55
       <horstretch>0</horstretch>
 
56
       <verstretch>0</verstretch>
 
57
      </sizepolicy>
 
58
     </property>
 
59
     <property name="minimumSize">
 
60
      <size>
 
61
       <width>0</width>
 
62
       <height>40</height>
 
63
      </size>
 
64
     </property>
 
65
     <property name="text">
 
66
      <string>Push Wiiremote button</string>
 
67
     </property>
 
68
     <property name="textFormat">
 
69
      <enum>Qt::PlainText</enum>
 
70
     </property>
 
71
     <property name="alignment">
 
72
      <set>Qt::AlignCenter</set>
 
73
     </property>
 
74
     <property name="wordWrap">
 
75
      <bool>true</bool>
 
76
     </property>
 
77
    </widget>
 
78
   </item>
 
79
   <item>
 
80
    <widget class="QCheckBox" name="remember_shifts">
 
81
     <property name="text">
 
82
      <string>Remember Wii remote swing</string>
 
83
     </property>
 
84
     <property name="checked">
 
85
      <bool>true</bool>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item>
 
90
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
91
     <property name="bottomMargin">
 
92
      <number>0</number>
 
93
     </property>
 
94
     <item>
 
95
      <widget class="QLabel" name="keep_label">
 
96
       <property name="text">
 
97
        <string>Keep buttons for %1 seconds...</string>
 
98
       </property>
 
99
      </widget>
 
100
     </item>
 
101
     <item>
 
102
      <widget class="QDialogButtonBox" name="buttonBox">
 
103
       <property name="orientation">
 
104
        <enum>Qt::Horizontal</enum>
 
105
       </property>
 
106
       <property name="standardButtons">
 
107
        <set>QDialogButtonBox::Cancel</set>
 
108
       </property>
 
109
      </widget>
 
110
     </item>
 
111
    </layout>
 
112
   </item>
 
113
  </layout>
 
114
 </widget>
 
115
 <resources>
 
116
  <include location="../../data/data.qrc"/>
 
117
 </resources>
 
118
 <connections/>
 
119
</ui>