blob: fcbe792a107d695eb7652c567f6f60a2cc1db096 [file] [log] [blame]
Olivier SOLDANO9657fd12017-03-27 16:06:53 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CurrentAccountWidget</class>
4 <widget class="QWidget" name="CurrentAccountWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>294</width>
10 <height>184</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>0</width>
22 <height>100</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Form</string>
27 </property>
28 <property name="autoFillBackground">
29 <bool>false</bool>
30 </property>
31 <property name="styleSheet">
32 <string notr="true"/>
33 </property>
34 <layout class="QHBoxLayout" name="horizontalLayout_2">
35 <property name="spacing">
36 <number>0</number>
37 </property>
38 <property name="leftMargin">
39 <number>0</number>
40 </property>
41 <property name="topMargin">
42 <number>0</number>
43 </property>
44 <property name="rightMargin">
45 <number>0</number>
46 </property>
47 <property name="bottomMargin">
48 <number>0</number>
49 </property>
50 <item>
51 <layout class="QVBoxLayout" name="fullLayout" stretch="4,0,0">
52 <property name="spacing">
53 <number>0</number>
54 </property>
55 <item>
56 <layout class="QHBoxLayout" name="idDisplayLayout" stretch="0,0,0">
57 <property name="leftMargin">
58 <number>10</number>
59 </property>
60 <property name="topMargin">
61 <number>3</number>
62 </property>
63 <property name="rightMargin">
64 <number>10</number>
65 </property>
66 <property name="bottomMargin">
67 <number>3</number>
68 </property>
69 <item>
70 <spacer name="horizontalSpacer_2">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 <property name="sizeHint" stdset="0">
75 <size>
76 <width>40</width>
77 <height>20</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
83 <widget class="QLabel" name="currentAccountPixmap">
84 <property name="sizePolicy">
85 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
86 <horstretch>0</horstretch>
87 <verstretch>0</verstretch>
88 </sizepolicy>
89 </property>
90 <property name="minimumSize">
91 <size>
92 <width>0</width>
93 <height>60</height>
94 </size>
95 </property>
96 <property name="text">
97 <string/>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <spacer name="horizontalSpacer">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>40</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 </layout>
115 </item>
116 <item alignment="Qt::AlignHCenter">
117 <widget class="QLabel" name="accountsStatus">
118 <property name="minimumSize">
119 <size>
120 <width>20</width>
121 <height>10</height>
122 </size>
123 </property>
124 <property name="styleSheet">
125 <string notr="true">text: centered;</string>
126 </property>
127 <property name="text">
128 <string/>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QComboBox" name="currentAccountSelector"/>
134 </item>
135 </layout>
136 </item>
137 </layout>
138 </widget>
139 <resources/>
140 <connections/>
141</ui>