~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/blackberrydeviceconfigurationwizardconfigpage.ui

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        </property>
28
28
       </widget>
29
29
      </item>
30
 
      <item row="2" column="2">
 
30
      <item row="2" column="3">
31
31
       <widget class="QPushButton" name="generateButton">
32
32
        <property name="text">
33
33
         <string>Generate</string>
35
35
       </widget>
36
36
      </item>
37
37
      <item row="2" column="1">
38
 
       <widget class="Utils::PathChooser" name="debugTokenField" native="true">
 
38
       <widget class="QComboBox" name="debugTokenCombo">
39
39
        <property name="sizePolicy">
40
40
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
41
41
          <horstretch>0</horstretch>
42
42
          <verstretch>0</verstretch>
43
43
         </sizepolicy>
44
44
        </property>
 
45
        <property name="editable">
 
46
         <bool>true</bool>
 
47
        </property>
45
48
       </widget>
46
49
      </item>
47
 
      <item row="4" column="0" colspan="3">
 
50
      <item row="4" column="0" colspan="4">
48
51
       <widget class="QLabel" name="label_3">
49
52
        <property name="font">
50
53
         <font>
59
62
        </property>
60
63
       </widget>
61
64
      </item>
 
65
      <item row="2" column="2">
 
66
       <widget class="QPushButton" name="importButton">
 
67
        <property name="text">
 
68
         <string>Import</string>
 
69
        </property>
 
70
       </widget>
 
71
      </item>
62
72
     </layout>
63
73
    </widget>
64
74
   </item>
139
149
   </item>
140
150
  </layout>
141
151
 </widget>
142
 
 <customwidgets>
143
 
  <customwidget>
144
 
   <class>Utils::PathChooser</class>
145
 
   <extends>QWidget</extends>
146
 
   <header location="global">utils/pathchooser.h</header>
147
 
   <container>1</container>
148
 
   <slots>
149
 
    <signal>editingFinished()</signal>
150
 
    <signal>browsingFinished()</signal>
151
 
   </slots>
152
 
  </customwidget>
153
 
 </customwidgets>
154
152
 <tabstops>
155
153
  <tabstop>generateButton</tabstop>
156
154
 </tabstops>