~keithsalisbury/mixxx/mixxx

« back to all changes in this revision

Viewing changes to mixxx/src/controllers/dlgprefmappablecontrollerdlg.ui

  • Committer: Keith Salisbury
  • Date: 2012-05-06 13:44:20 UTC
  • mfrom: (2994.1.100 mixxx-trunk)
  • Revision ID: keithsalisbury@gmail.com-20120506134420-8k1dqq10aqmx0ecq
merge with trunk

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>ControllerMappingDlg</class>
 
4
 <widget class="QWidget" name="ControllerMappingDlg">
 
5
  <property name="enabled">
 
6
   <bool>true</bool>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>598</width>
 
13
    <height>436</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="sizePolicy">
 
17
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
18
    <horstretch>0</horstretch>
 
19
    <verstretch>0</verstretch>
 
20
   </sizepolicy>
 
21
  </property>
 
22
  <property name="windowTitle">
 
23
   <string>Dialog</string>
 
24
  </property>
 
25
  <layout class="QGridLayout" name="mappingsGrid">
 
26
   <property name="sizeConstraint">
 
27
    <enum>QLayout::SetMaximumSize</enum>
 
28
   </property>
 
29
   <property name="margin">
 
30
    <number>0</number>
 
31
   </property>
 
32
   <item row="0" column="0">
 
33
    <widget class="QToolBox" name="toolBox">
 
34
     <property name="enabled">
 
35
      <bool>true</bool>
 
36
     </property>
 
37
     <property name="sizePolicy">
 
38
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
39
       <horstretch>0</horstretch>
 
40
       <verstretch>0</verstretch>
 
41
      </sizepolicy>
 
42
     </property>
 
43
     <property name="frameShape">
 
44
      <enum>QFrame::NoFrame</enum>
 
45
     </property>
 
46
     <property name="currentIndex">
 
47
      <number>0</number>
 
48
     </property>
 
49
     <property name="tabSpacing">
 
50
      <number>0</number>
 
51
     </property>
 
52
     <widget class="QWidget" name="input_page">
 
53
      <property name="geometry">
 
54
       <rect>
 
55
        <x>0</x>
 
56
        <y>0</y>
 
57
        <width>598</width>
 
58
        <height>390</height>
 
59
       </rect>
 
60
      </property>
 
61
      <attribute name="label">
 
62
       <string>Input</string>
 
63
      </attribute>
 
64
      <layout class="QGridLayout" name="gridLayout_2">
 
65
       <item row="2" column="0" colspan="2">
 
66
        <widget class="QTableView" name="m_pInputTable">
 
67
         <property name="enabled">
 
68
          <bool>false</bool>
 
69
         </property>
 
70
        </widget>
 
71
       </item>
 
72
       <item row="1" column="0">
 
73
        <widget class="QLabel" name="message">
 
74
         <property name="text">
 
75
          <string>The below box is under construction and will remain empty in this version of Mixxx.</string>
 
76
         </property>
 
77
        </widget>
 
78
       </item>
 
79
       <item row="3" column="0" colspan="2">
 
80
        <widget class="QGroupBox" name="groupBoxInputManagement">
 
81
         <property name="minimumSize">
 
82
          <size>
 
83
           <width>300</width>
 
84
           <height>0</height>
 
85
          </size>
 
86
         </property>
 
87
         <property name="title">
 
88
          <string>Controls</string>
 
89
         </property>
 
90
         <layout class="QHBoxLayout" name="horizontalLayout_2">
 
91
          <item>
 
92
           <widget class="QPushButton" name="btnAddInputBinding">
 
93
            <property name="enabled">
 
94
             <bool>false</bool>
 
95
            </property>
 
96
            <property name="styleSheet">
 
97
             <string notr="true"/>
 
98
            </property>
 
99
            <property name="text">
 
100
             <string>Add</string>
 
101
            </property>
 
102
           </widget>
 
103
          </item>
 
104
          <item>
 
105
           <widget class="QPushButton" name="btnRemoveInputBinding">
 
106
            <property name="enabled">
 
107
             <bool>false</bool>
 
108
            </property>
 
109
            <property name="styleSheet">
 
110
             <string notr="true"/>
 
111
            </property>
 
112
            <property name="text">
 
113
             <string>Remove</string>
 
114
            </property>
 
115
           </widget>
 
116
          </item>
 
117
          <item>
 
118
           <widget class="QPushButton" name="btnLearnWizard">
 
119
            <property name="styleSheet">
 
120
             <string notr="true"/>
 
121
            </property>
 
122
            <property name="text">
 
123
             <string>Learning Wizard</string>
 
124
            </property>
 
125
            <property name="checkable">
 
126
             <bool>false</bool>
 
127
            </property>
 
128
            <property name="checked">
 
129
             <bool>false</bool>
 
130
            </property>
 
131
           </widget>
 
132
          </item>
 
133
          <item>
 
134
           <spacer name="horizontalSpacer_3">
 
135
            <property name="orientation">
 
136
             <enum>Qt::Horizontal</enum>
 
137
            </property>
 
138
            <property name="sizeHint" stdset="0">
 
139
             <size>
 
140
              <width>219</width>
 
141
              <height>20</height>
 
142
             </size>
 
143
            </property>
 
144
           </spacer>
 
145
          </item>
 
146
          <item>
 
147
           <widget class="QPushButton" name="btnClearAllInputBindings">
 
148
            <property name="autoFillBackground">
 
149
             <bool>false</bool>
 
150
            </property>
 
151
            <property name="styleSheet">
 
152
             <string notr="true"/>
 
153
            </property>
 
154
            <property name="text">
 
155
             <string>Clear all</string>
 
156
            </property>
 
157
           </widget>
 
158
          </item>
 
159
         </layout>
 
160
        </widget>
 
161
       </item>
 
162
      </layout>
 
163
     </widget>
 
164
     <widget class="QWidget" name="output_page">
 
165
      <property name="geometry">
 
166
       <rect>
 
167
        <x>0</x>
 
168
        <y>0</y>
 
169
        <width>598</width>
 
170
        <height>390</height>
 
171
       </rect>
 
172
      </property>
 
173
      <attribute name="label">
 
174
       <string>Output</string>
 
175
      </attribute>
 
176
      <layout class="QGridLayout" name="gridLayout_3">
 
177
       <item row="1" column="0">
 
178
        <widget class="QTableView" name="m_pOutputTable">
 
179
         <property name="enabled">
 
180
          <bool>false</bool>
 
181
         </property>
 
182
        </widget>
 
183
       </item>
 
184
       <item row="3" column="0">
 
185
        <widget class="QGroupBox" name="groupBoxOutputs">
 
186
         <property name="enabled">
 
187
          <bool>false</bool>
 
188
         </property>
 
189
         <property name="title">
 
190
          <string>Outputs</string>
 
191
         </property>
 
192
         <layout class="QHBoxLayout" name="horizontalLayout">
 
193
          <item>
 
194
           <widget class="QPushButton" name="btnAddOutputBinding">
 
195
            <property name="enabled">
 
196
             <bool>false</bool>
 
197
            </property>
 
198
            <property name="text">
 
199
             <string>Add</string>
 
200
            </property>
 
201
           </widget>
 
202
          </item>
 
203
          <item>
 
204
           <widget class="QPushButton" name="btnRemoveOutputBinding">
 
205
            <property name="enabled">
 
206
             <bool>false</bool>
 
207
            </property>
 
208
            <property name="text">
 
209
             <string>Remove</string>
 
210
            </property>
 
211
           </widget>
 
212
          </item>
 
213
          <item>
 
214
           <spacer name="horizontalSpacer_2">
 
215
            <property name="orientation">
 
216
             <enum>Qt::Horizontal</enum>
 
217
            </property>
 
218
            <property name="sizeHint" stdset="0">
 
219
             <size>
 
220
              <width>219</width>
 
221
              <height>20</height>
 
222
             </size>
 
223
            </property>
 
224
           </spacer>
 
225
          </item>
 
226
          <item>
 
227
           <widget class="QPushButton" name="btnClearAllOutputBindings">
 
228
            <property name="enabled">
 
229
             <bool>false</bool>
 
230
            </property>
 
231
            <property name="text">
 
232
             <string>Clear All</string>
 
233
            </property>
 
234
           </widget>
 
235
          </item>
 
236
         </layout>
 
237
        </widget>
 
238
       </item>
 
239
      </layout>
 
240
     </widget>
 
241
    </widget>
 
242
   </item>
 
243
  </layout>
 
244
 </widget>
 
245
 <resources/>
 
246
 <connections/>
 
247
</ui>