a73d4d37359a2b0f11449722f2745342b1a5d7a7
[groove] / topbar.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>topBar</class>
4  <widget class="QWidget" name="topBar">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>473</width>
10     <height>45</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>408</width>
22     <height>33</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QHBoxLayout" name="horizontalLayout">
29    <property name="margin">
30     <number>0</number>
31    </property>
32    <item>
33     <widget class="QPushButton" name="taskSwitch">
34      <property name="text">
35       <string/>
36      </property>
37      <property name="icon">
38       <iconset resource="res.qrc">
39        <normaloff>:/groove/icons/wmTaskModified.png</normaloff>:/groove/icons/wmTaskModified.png</iconset>
40      </property>
41      <property name="iconSize">
42       <size>
43        <width>43</width>
44        <height>37</height>
45       </size>
46      </property>
47      <property name="flat">
48       <bool>true</bool>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <widget class="QPushButton" name="closeButton">
54      <property name="text">
55       <string/>
56      </property>
57      <property name="icon">
58       <iconset resource="res.qrc">
59        <normaloff>:/groove/icons/general_close.png</normaloff>:/groove/icons/general_close.png</iconset>
60      </property>
61      <property name="flat">
62       <bool>true</bool>
63      </property>
64     </widget>
65    </item>
66    <item>
67     <widget class="QLineEdit" name="sBox">
68      <property name="readOnly">
69       <bool>false</bool>
70      </property>
71     </widget>
72    </item>
73    <item>
74     <widget class="QPushButton" name="sButton">
75      <property name="text">
76       <string/>
77      </property>
78      <property name="icon">
79       <iconset resource="res.qrc">
80        <normaloff>:/groove/icons/general_search.png</normaloff>:/groove/icons/general_search.png</iconset>
81      </property>
82      <property name="flat">
83       <bool>true</bool>
84      </property>
85     </widget>
86    </item>
87   </layout>
88  </widget>
89  <tabstops>
90   <tabstop>taskSwitch</tabstop>
91  </tabstops>
92  <resources>
93   <include location="res.qrc"/>
94  </resources>
95  <connections>
96   <connection>
97    <sender>sBox</sender>
98    <signal>returnPressed()</signal>
99    <receiver>sButton</receiver>
100    <slot>click()</slot>
101    <hints>
102     <hint type="sourcelabel">
103      <x>271</x>
104      <y>22</y>
105     </hint>
106     <hint type="destinationlabel">
107      <x>453</x>
108      <y>22</y>
109     </hint>
110    </hints>
111   </connection>
112  </connections>
113 </ui>