source: qutecom-coip/gui/src/statusbar/statusbar.ui @ 283:312974380d4f

Last change on this file since 283:312974380d4f was 283:312974380d4f, checked in by laurent <laurent@…>, 22 months ago

update gui

File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StatusBar</class>
4 <widget class="QWidget" name="StatusBar">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>320</width>
10    <height>32</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>10</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="maximumSize">
20   <size>
21    <width>16777215</width>
22    <height>50</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Form</string>
27  </property>
28  <layout class="QHBoxLayout" name="horizontalLayout">
29   <property name="spacing">
30    <number>0</number>
31   </property>
32   <property name="margin">
33    <number>0</number>
34   </property>
35   <item>
36    <widget class="QPushButton" name="pushButtonAdd">
37     <property name="sizePolicy">
38      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
39       <horstretch>0</horstretch>
40       <verstretch>0</verstretch>
41      </sizepolicy>
42     </property>
43     <property name="minimumSize">
44      <size>
45       <width>35</width>
46       <height>0</height>
47      </size>
48     </property>
49     <property name="styleSheet">
50      <string notr="true">QPushButton {
51        border: 1px solid #8f8f91;
52       
53    border-radius: 6px;
54}</string>
55     </property>
56     <property name="text">
57      <string>+</string>
58     </property>
59    </widget>
60   </item>
61   <item>
62    <spacer name="horizontalSpacer">
63     <property name="orientation">
64      <enum>Qt::Horizontal</enum>
65     </property>
66     <property name="sizeHint" stdset="0">
67      <size>
68       <width>40</width>
69       <height>20</height>
70      </size>
71     </property>
72    </spacer>
73   </item>
74   <item>
75    <widget class="QPushButton" name="pushButtonChat">
76     <property name="sizePolicy">
77      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
78       <horstretch>0</horstretch>
79       <verstretch>0</verstretch>
80      </sizepolicy>
81     </property>
82     <property name="maximumSize">
83      <size>
84       <width>16777215</width>
85       <height>16777215</height>
86      </size>
87     </property>
88     <property name="styleSheet">
89      <string notr="true">QPushButton {
90        border: 1px solid #8f8f91;
91       
92    border-top-left-radius: 6px;
93        border-bottom-left-radius: 6px;
94        border-top-right-radius: 0px;
95        border-bottom-right-radius: 0px;
96 }
97</string>
98     </property>
99     <property name="text">
100      <string/>
101     </property>
102     <property name="flat">
103      <bool>true</bool>
104     </property>
105    </widget>
106   </item>
107   <item>
108    <widget class="QPushButton" name="pushButtonAudio">
109     <property name="sizePolicy">
110      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
111       <horstretch>0</horstretch>
112       <verstretch>0</verstretch>
113      </sizepolicy>
114     </property>
115     <property name="styleSheet">
116      <string notr="true">QPushButton {
117        border: 1px solid #8f8f91;
118       
119    border-top-left-radius: 0px;
120        border-bottom-left-radius: 0px;
121        border-top-right-radius: 0px;
122        border-bottom-right-radius: 0px;
123 }
124</string>
125     </property>
126     <property name="text">
127      <string/>
128     </property>
129     <property name="flat">
130      <bool>true</bool>
131     </property>
132    </widget>
133   </item>
134   <item>
135    <widget class="QPushButton" name="pushButtonVideo">
136     <property name="sizePolicy">
137      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
138       <horstretch>0</horstretch>
139       <verstretch>0</verstretch>
140      </sizepolicy>
141     </property>
142     <property name="styleSheet">
143      <string notr="true">QPushButton {
144        border: 1px solid #8f8f91;
145       
146    border-top-left-radius: 0px;
147        border-bottom-left-radius: 0px;
148        border-top-right-radius: 6px;
149        border-bottom-right-radius: 6px;
150 }</string>
151     </property>
152     <property name="text">
153      <string/>
154     </property>
155     <property name="flat">
156      <bool>true</bool>
157     </property>
158    </widget>
159   </item>
160   <item>
161    <spacer name="horizontalSpacer_2">
162     <property name="orientation">
163      <enum>Qt::Horizontal</enum>
164     </property>
165     <property name="sizeHint" stdset="0">
166      <size>
167       <width>40</width>
168       <height>20</height>
169      </size>
170     </property>
171    </spacer>
172   </item>
173  </layout>
174 </widget>
175 <resources>
176  <include location="../../resources/pix/pix.qrc"/>
177 </resources>
178 <connections/>
179</ui>
Note: See TracBrowser for help on using the repository browser.