~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/madde/maemodeviceconfigwizardreusekeyscheckpage.ui

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

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>Madde::Internal::MaemoDeviceConfigWizardReuseKeysCheckPage</class>
4
 
 <widget class="QWizardPage" name="Madde::Internal::MaemoDeviceConfigWizardReuseKeysCheckPage">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>574</width>
10
 
    <height>185</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>WizardPage</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout_2">
17
 
   <item>
18
 
    <widget class="QLabel" name="questionLabel">
19
 
     <property name="text">
20
 
      <string>Do you want to re-use an existing pair of keys or should a new one be created?</string>
21
 
     </property>
22
 
     <property name="wordWrap">
23
 
      <bool>true</bool>
24
 
     </property>
25
 
    </widget>
26
 
   </item>
27
 
   <item>
28
 
    <layout class="QHBoxLayout" name="horizontalLayout_2">
29
 
     <item>
30
 
      <spacer name="horizontalSpacer_2">
31
 
       <property name="orientation">
32
 
        <enum>Qt::Horizontal</enum>
33
 
       </property>
34
 
       <property name="sizeType">
35
 
        <enum>QSizePolicy::Fixed</enum>
36
 
       </property>
37
 
       <property name="sizeHint" stdset="0">
38
 
        <size>
39
 
         <width>40</width>
40
 
         <height>20</height>
41
 
        </size>
42
 
       </property>
43
 
      </spacer>
44
 
     </item>
45
 
     <item>
46
 
      <layout class="QVBoxLayout" name="verticalLayout">
47
 
       <item>
48
 
        <widget class="QRadioButton" name="reuseButton">
49
 
         <property name="text">
50
 
          <string>Re-use existing keys</string>
51
 
         </property>
52
 
        </widget>
53
 
       </item>
54
 
       <item>
55
 
        <layout class="QHBoxLayout" name="horizontalLayout">
56
 
         <item>
57
 
          <spacer name="horizontalSpacer">
58
 
           <property name="orientation">
59
 
            <enum>Qt::Horizontal</enum>
60
 
           </property>
61
 
           <property name="sizeType">
62
 
            <enum>QSizePolicy::Fixed</enum>
63
 
           </property>
64
 
           <property name="sizeHint" stdset="0">
65
 
            <size>
66
 
             <width>40</width>
67
 
             <height>20</height>
68
 
            </size>
69
 
           </property>
70
 
          </spacer>
71
 
         </item>
72
 
         <item>
73
 
          <layout class="QFormLayout" name="formLayout">
74
 
           <item row="0" column="0">
75
 
            <widget class="QLabel" name="publicKeyFilePathLabel">
76
 
             <property name="text">
77
 
              <string>File containing the public key:</string>
78
 
             </property>
79
 
            </widget>
80
 
           </item>
81
 
           <item row="1" column="0">
82
 
            <widget class="QLabel" name="privateKeyFilePathLabel">
83
 
             <property name="text">
84
 
              <string>File containing the private key:</string>
85
 
             </property>
86
 
            </widget>
87
 
           </item>
88
 
           <item row="0" column="1">
89
 
            <widget class="Utils::PathChooser" name="publicKeyFilePathChooser" native="true"/>
90
 
           </item>
91
 
           <item row="1" column="1">
92
 
            <widget class="Utils::PathChooser" name="privateKeyFilePathChooser" native="true"/>
93
 
           </item>
94
 
          </layout>
95
 
         </item>
96
 
        </layout>
97
 
       </item>
98
 
       <item>
99
 
        <widget class="QRadioButton" name="dontReuseButton">
100
 
         <property name="text">
101
 
          <string>Create new keys</string>
102
 
         </property>
103
 
        </widget>
104
 
       </item>
105
 
      </layout>
106
 
     </item>
107
 
    </layout>
108
 
   </item>
109
 
   <item>
110
 
    <spacer name="verticalSpacer">
111
 
     <property name="orientation">
112
 
      <enum>Qt::Vertical</enum>
113
 
     </property>
114
 
     <property name="sizeHint" stdset="0">
115
 
      <size>
116
 
       <width>20</width>
117
 
       <height>40</height>
118
 
      </size>
119
 
     </property>
120
 
    </spacer>
121
 
   </item>
122
 
  </layout>
123
 
 </widget>
124
 
 <customwidgets>
125
 
  <customwidget>
126
 
   <class>Utils::PathChooser</class>
127
 
   <extends>QWidget</extends>
128
 
   <header location="global">utils/pathchooser.h</header>
129
 
   <container>1</container>
130
 
   <slots>
131
 
    <signal>editingFinished()</signal>
132
 
    <signal>browsingFinished()</signal>
133
 
   </slots>
134
 
  </customwidget>
135
 
 </customwidgets>
136
 
 <resources/>
137
 
 <connections/>
138
 
</ui>