~wosh-dev/wosh/trunk

« back to all changes in this revision

Viewing changes to src/framework/gui/components/WidgetCommunication.ui

  • Committer: alexpls
  • Date: 2011-01-17 06:02:56 UTC
  • Revision ID: svn-v4:9c797490-39bb-4552-981d-a380e5b88e28:trunk:494
commit 2/2

see changelog 0.8.711

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>WidgetCommunication</class>
 
4
 <widget class="QWidget" name="WidgetCommunication">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>717</width>
 
10
    <height>446</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WOSH Communication</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Communicators</string>
 
21
     </property>
 
22
     <layout class="QVBoxLayout" name="verticalLayout">
 
23
      <item>
 
24
       <widget class="QTableWidget" name="tableWidget">
 
25
        <property name="frameShape">
 
26
         <enum>QFrame::Box</enum>
 
27
        </property>
 
28
        <row>
 
29
         <property name="text">
 
30
          <string>GTalkBox</string>
 
31
         </property>
 
32
        </row>
 
33
        <column>
 
34
         <property name="text">
 
35
          <string>Communicator</string>
 
36
         </property>
 
37
        </column>
 
38
        <column>
 
39
         <property name="text">
 
40
          <string>Status</string>
 
41
         </property>
 
42
        </column>
 
43
        <column>
 
44
         <property name="text">
 
45
          <string>Queue</string>
 
46
         </property>
 
47
        </column>
 
48
       </widget>
 
49
      </item>
 
50
     </layout>
 
51
    </widget>
 
52
   </item>
 
53
   <item>
 
54
    <widget class="QTabWidget" name="tabWidget">
 
55
     <property name="tabPosition">
 
56
      <enum>QTabWidget::South</enum>
 
57
     </property>
 
58
     <property name="currentIndex">
 
59
      <number>0</number>
 
60
     </property>
 
61
     <widget class="QWidget" name="tabIncoming">
 
62
      <attribute name="title">
 
63
       <string>My Incoming Box</string>
 
64
      </attribute>
 
65
      <widget class="QTableWidget" name="tableWidget_2">
 
66
       <property name="geometry">
 
67
        <rect>
 
68
         <x>10</x>
 
69
         <y>10</y>
 
70
         <width>661</width>
 
71
         <height>141</height>
 
72
        </rect>
 
73
       </property>
 
74
       <property name="frameShape">
 
75
        <enum>QFrame::Box</enum>
 
76
       </property>
 
77
       <row>
 
78
        <property name="text">
 
79
         <string>Notification#1</string>
 
80
        </property>
 
81
       </row>
 
82
       <row>
 
83
        <property name="text">
 
84
         <string>Notification#2</string>
 
85
        </property>
 
86
       </row>
 
87
       <column>
 
88
        <property name="text">
 
89
         <string>Sender</string>
 
90
        </property>
 
91
       </column>
 
92
       <column>
 
93
        <property name="text">
 
94
         <string>Communicator</string>
 
95
        </property>
 
96
       </column>
 
97
       <column>
 
98
        <property name="text">
 
99
         <string>Brief</string>
 
100
        </property>
 
101
       </column>
 
102
      </widget>
 
103
     </widget>
 
104
     <widget class="QWidget" name="tabOutgoing">
 
105
      <attribute name="title">
 
106
       <string>My Outgoing Box</string>
 
107
      </attribute>
 
108
     </widget>
 
109
    </widget>
 
110
   </item>
 
111
  </layout>
 
112
 </widget>
 
113
 <resources>
 
114
  <include location="components.qrc"/>
 
115
  <include location="../gui.qrc"/>
 
116
 </resources>
 
117
 <connections/>
 
118
</ui>