~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/bookmarkmanage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>BookmarkManage</class>
 
3
 <widget class="QDialog" name="BookmarkManage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>539</width>
 
9
    <height>257</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Manage Bookmarks</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <item row="0" column="0" >
 
17
    <layout class="QVBoxLayout" >
 
18
     <item>
 
19
      <widget class="QListView" name="listView" >
 
20
       <property name="dragDropMode" >
 
21
        <enum>QAbstractItemView::InternalMove</enum>
 
22
       </property>
 
23
      </widget>
 
24
     </item>
 
25
     <item>
 
26
      <widget class="QDialogButtonBox" name="bookmarkButtonBox" >
 
27
       <property name="standardButtons" >
 
28
        <set>QDialogButtonBox::NoButton</set>
 
29
       </property>
 
30
      </widget>
 
31
     </item>
 
32
    </layout>
 
33
   </item>
 
34
   <item row="0" column="1" >
 
35
    <layout class="QGridLayout" >
 
36
     <item row="0" column="0" >
 
37
      <widget class="QLabel" name="label" >
 
38
       <property name="text" >
 
39
        <string>Host:</string>
 
40
       </property>
 
41
       <property name="alignment" >
 
42
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
43
       </property>
 
44
      </widget>
 
45
     </item>
 
46
     <item row="0" column="1" >
 
47
      <widget class="QLineEdit" name="host" />
 
48
     </item>
 
49
     <item row="1" column="0" >
 
50
      <widget class="QLabel" name="label_2" >
 
51
       <property name="text" >
 
52
        <string>Room:</string>
 
53
       </property>
 
54
       <property name="alignment" >
 
55
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item row="1" column="1" >
 
60
      <widget class="QLineEdit" name="room" />
 
61
     </item>
 
62
     <item row="2" column="0" >
 
63
      <widget class="QLabel" name="label_3" >
 
64
       <property name="text" >
 
65
        <string>Nickname:</string>
 
66
       </property>
 
67
       <property name="alignment" >
 
68
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
69
       </property>
 
70
      </widget>
 
71
     </item>
 
72
     <item row="2" column="1" >
 
73
      <widget class="QLineEdit" name="nickname" />
 
74
     </item>
 
75
     <item row="3" column="0" >
 
76
      <widget class="QLabel" name="label_4" >
 
77
       <property name="text" >
 
78
        <string>Password:</string>
 
79
       </property>
 
80
       <property name="alignment" >
 
81
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
82
       </property>
 
83
      </widget>
 
84
     </item>
 
85
     <item row="3" column="1" >
 
86
      <widget class="QLineEdit" name="password" >
 
87
       <property name="echoMode" >
 
88
        <enum>QLineEdit::Password</enum>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
     <item row="4" column="1" >
 
93
      <widget class="QCheckBox" name="autoJoin" >
 
94
       <property name="text" >
 
95
        <string>Auto-join</string>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
     <item row="5" column="1" >
 
100
      <spacer>
 
101
       <property name="orientation" >
 
102
        <enum>Qt::Vertical</enum>
 
103
       </property>
 
104
       <property name="sizeHint" >
 
105
        <size>
 
106
         <width>66</width>
 
107
         <height>31</height>
 
108
        </size>
 
109
       </property>
 
110
      </spacer>
 
111
     </item>
 
112
    </layout>
 
113
   </item>
 
114
   <item row="1" column="0" colspan="2" >
 
115
    <widget class="Line" name="line" >
 
116
     <property name="orientation" >
 
117
      <enum>Qt::Horizontal</enum>
 
118
     </property>
 
119
    </widget>
 
120
   </item>
 
121
   <item row="2" column="0" colspan="2" >
 
122
    <widget class="QDialogButtonBox" name="buttonBox" >
 
123
     <property name="standardButtons" >
 
124
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
125
     </property>
 
126
    </widget>
 
127
   </item>
 
128
  </layout>
 
129
 </widget>
 
130
 <resources/>
 
131
 <connections>
 
132
  <connection>
 
133
   <sender>buttonBox</sender>
 
134
   <signal>accepted()</signal>
 
135
   <receiver>BookmarkManage</receiver>
 
136
   <slot>accept()</slot>
 
137
   <hints>
 
138
    <hint type="sourcelabel" >
 
139
     <x>475</x>
 
140
     <y>252</y>
 
141
    </hint>
 
142
    <hint type="destinationlabel" >
 
143
     <x>454</x>
 
144
     <y>259</y>
 
145
    </hint>
 
146
   </hints>
 
147
  </connection>
 
148
  <connection>
 
149
   <sender>buttonBox</sender>
 
150
   <signal>rejected()</signal>
 
151
   <receiver>BookmarkManage</receiver>
 
152
   <slot>reject()</slot>
 
153
   <hints>
 
154
    <hint type="sourcelabel" >
 
155
     <x>384</x>
 
156
     <y>252</y>
 
157
    </hint>
 
158
    <hint type="destinationlabel" >
 
159
     <x>352</x>
 
160
     <y>259</y>
 
161
    </hint>
 
162
   </hints>
 
163
  </connection>
 
164
 </connections>
 
165
</ui>