~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/createidentitydlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>CreateIdentityDlg</class>
3
 
 <widget class="QDialog" name="CreateIdentityDlg" >
4
 
  <property name="windowModality" >
 
4
 <widget class="QDialog" name="CreateIdentityDlg">
 
5
  <property name="windowModality">
5
6
   <enum>Qt::WindowModal</enum>
6
7
  </property>
7
 
  <property name="geometry" >
 
8
  <property name="geometry">
8
9
   <rect>
9
10
    <x>0</x>
10
11
    <y>0</y>
12
13
    <height>135</height>
13
14
   </rect>
14
15
  </property>
15
 
  <property name="windowTitle" >
 
16
  <property name="windowTitle">
16
17
   <string>Create New Identity</string>
17
18
  </property>
18
 
  <layout class="QVBoxLayout" >
 
19
  <layout class="QVBoxLayout">
19
20
   <item>
20
 
    <layout class="QHBoxLayout" >
 
21
    <layout class="QHBoxLayout">
21
22
     <item>
22
 
      <widget class="QLabel" name="label" >
23
 
       <property name="text" >
 
23
      <widget class="QLabel" name="label">
 
24
       <property name="text">
24
25
        <string>Identity name:</string>
25
26
       </property>
26
27
      </widget>
27
28
     </item>
28
29
     <item>
29
 
      <widget class="QLineEdit" name="identityName" />
 
30
      <widget class="QLineEdit" name="identityName"/>
30
31
     </item>
31
32
    </layout>
32
33
   </item>
33
34
   <item>
34
 
    <widget class="QRadioButton" name="createBlankIdentity" >
35
 
     <property name="text" >
 
35
    <widget class="QRadioButton" name="createBlankIdentity">
 
36
     <property name="text">
36
37
      <string>Create blank identity</string>
37
38
     </property>
38
 
     <property name="checked" >
 
39
     <property name="checked">
39
40
      <bool>true</bool>
40
41
     </property>
41
42
    </widget>
42
43
   </item>
43
44
   <item>
44
 
    <layout class="QHBoxLayout" >
 
45
    <layout class="QHBoxLayout">
45
46
     <item>
46
 
      <widget class="QRadioButton" name="duplicateIdentity" >
47
 
       <property name="text" >
 
47
      <widget class="QRadioButton" name="duplicateIdentity">
 
48
       <property name="text">
48
49
        <string>Duplicate:</string>
49
50
       </property>
50
51
      </widget>
51
52
     </item>
52
53
     <item>
53
 
      <widget class="QComboBox" name="identityList" >
54
 
       <property name="enabled" >
 
54
      <widget class="QComboBox" name="identityList">
 
55
       <property name="enabled">
55
56
        <bool>false</bool>
56
57
       </property>
57
 
       <property name="sizePolicy" >
58
 
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
58
       <property name="sizePolicy">
 
59
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
59
60
         <horstretch>0</horstretch>
60
61
         <verstretch>0</verstretch>
61
62
        </sizepolicy>
66
67
   </item>
67
68
   <item>
68
69
    <spacer>
69
 
     <property name="orientation" >
 
70
     <property name="orientation">
70
71
      <enum>Qt::Vertical</enum>
71
72
     </property>
72
 
     <property name="sizeHint" >
 
73
     <property name="sizeHint" stdset="0">
73
74
      <size>
74
75
       <width>20</width>
75
76
       <height>40</height>
78
79
    </spacer>
79
80
   </item>
80
81
   <item>
81
 
    <widget class="QDialogButtonBox" name="buttonBox" >
82
 
     <property name="orientation" >
 
82
    <widget class="QDialogButtonBox" name="buttonBox">
 
83
     <property name="orientation">
83
84
      <enum>Qt::Horizontal</enum>
84
85
     </property>
85
 
     <property name="standardButtons" >
86
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
86
     <property name="standardButtons">
 
87
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
87
88
     </property>
88
89
    </widget>
89
90
   </item>
90
91
  </layout>
91
92
 </widget>
 
93
 <tabstops>
 
94
  <tabstop>identityName</tabstop>
 
95
  <tabstop>createBlankIdentity</tabstop>
 
96
  <tabstop>duplicateIdentity</tabstop>
 
97
  <tabstop>identityList</tabstop>
 
98
  <tabstop>buttonBox</tabstop>
 
99
 </tabstops>
92
100
 <resources/>
93
101
 <connections>
94
102
  <connection>
97
105
   <receiver>CreateIdentityDlg</receiver>
98
106
   <slot>accept()</slot>
99
107
   <hints>
100
 
    <hint type="sourcelabel" >
 
108
    <hint type="sourcelabel">
101
109
     <x>222</x>
102
110
     <y>127</y>
103
111
    </hint>
104
 
    <hint type="destinationlabel" >
 
112
    <hint type="destinationlabel">
105
113
     <x>157</x>
106
114
     <y>134</y>
107
115
    </hint>
113
121
   <receiver>CreateIdentityDlg</receiver>
114
122
   <slot>reject()</slot>
115
123
   <hints>
116
 
    <hint type="sourcelabel" >
 
124
    <hint type="sourcelabel">
117
125
     <x>290</x>
118
126
     <y>127</y>
119
127
    </hint>
120
 
    <hint type="destinationlabel" >
 
128
    <hint type="destinationlabel">
121
129
     <x>286</x>
122
130
     <y>134</y>
123
131
    </hint>
129
137
   <receiver>identityList</receiver>
130
138
   <slot>setEnabled(bool)</slot>
131
139
   <hints>
132
 
    <hint type="sourcelabel" >
 
140
    <hint type="sourcelabel">
133
141
     <x>55</x>
134
142
     <y>80</y>
135
143
    </hint>
136
 
    <hint type="destinationlabel" >
 
144
    <hint type="destinationlabel">
137
145
     <x>166</x>
138
146
     <y>84</y>
139
147
    </hint>