~quassel-dev/quassel/i18n-master

« back to all changes in this revision

Viewing changes to gui/ui/ircwidget.ui

  • Committer: Manuel Nickschas
  • Date: 2007-06-20 01:21:00 UTC
  • Revision ID: git-v1:077d44f36d2f5c730283ef6be839aea7dd073d56
Starting reorganization of files in preparation of separation of client and GUI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>IrcWidget</class>
3
 
 <widget class="QWidget" name="IrcWidget" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>733</width>
9
 
    <height>531</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="margin" >
17
 
    <number>9</number>
18
 
   </property>
19
 
   <property name="spacing" >
20
 
    <number>6</number>
21
 
   </property>
22
 
   <item>
23
 
    <widget class="QTabWidget" name="tabWidget" >
24
 
     <property name="tabPosition" >
25
 
      <enum>QTabWidget::South</enum>
26
 
     </property>
27
 
     <property name="tabShape" >
28
 
      <enum>QTabWidget::Rounded</enum>
29
 
     </property>
30
 
     <property name="currentIndex" >
31
 
      <number>0</number>
32
 
     </property>
33
 
     <widget class="QWidget" name="tab" >
34
 
      <attribute name="title" >
35
 
       <string>No connection</string>
36
 
      </attribute>
37
 
     </widget>
38
 
    </widget>
39
 
   </item>
40
 
  </layout>
41
 
 </widget>
42
 
 <resources/>
43
 
 <connections/>
44
 
</ui>