~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/libpsi/widgets/groupchatbrowsewindow.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>GroupChatBrowseWindowUI</class>
 
3
 <widget class="QWidget" name="GroupChatBrowseWindowUI" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>411</width>
 
9
    <height>296</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Groupchat</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
18
     <item>
 
19
      <widget class="QLabel" name="lb_server" >
 
20
       <property name="text" >
 
21
        <string>Groupchat server:</string>
 
22
       </property>
 
23
      </widget>
 
24
     </item>
 
25
     <item>
 
26
      <widget class="QLineEdit" name="le_server" />
 
27
     </item>
 
28
     <item>
 
29
      <widget class="QPushButton" name="pb_browse" >
 
30
       <property name="text" >
 
31
        <string>&amp;Browse</string>
 
32
       </property>
 
33
      </widget>
 
34
     </item>
 
35
    </layout>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="QTreeView" name="tv_rooms" />
 
39
   </item>
 
40
   <item>
 
41
    <layout class="QFormLayout" name="formLayout" >
 
42
     <item row="0" column="0" >
 
43
      <widget class="QLabel" name="lb_room" >
 
44
       <property name="text" >
 
45
        <string>Specify groupchat name manually:</string>
 
46
       </property>
 
47
      </widget>
 
48
     </item>
 
49
     <item row="0" column="1" >
 
50
      <widget class="QLineEdit" name="le_room" />
 
51
     </item>
 
52
     <item row="1" column="0" >
 
53
      <widget class="QLabel" name="lb_nick" >
 
54
       <property name="text" >
 
55
        <string>Show your name in the groupchat as:</string>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item row="1" column="1" >
 
60
      <widget class="QLineEdit" name="le_nick" />
 
61
     </item>
 
62
    </layout>
 
63
   </item>
 
64
   <item>
 
65
    <widget class="QDialogButtonBox" name="buttonBox" >
 
66
     <property name="standardButtons" >
 
67
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
68
     </property>
 
69
    </widget>
 
70
   </item>
 
71
  </layout>
 
72
 </widget>
 
73
 <tabstops>
 
74
  <tabstop>le_server</tabstop>
 
75
  <tabstop>pb_browse</tabstop>
 
76
  <tabstop>tv_rooms</tabstop>
 
77
  <tabstop>le_room</tabstop>
 
78
  <tabstop>le_nick</tabstop>
 
79
  <tabstop>buttonBox</tabstop>
 
80
 </tabstops>
 
81
 <resources/>
 
82
 <connections/>
 
83
</ui>