Launch navigation@0.1 when pressing NAVIGATION button
[staging/HomeScreen.git] / HomeScreen / resources / popupwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PopupWidget</class>
4  <widget class="QWidget" name="PopupWidget">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>1080</width>
13     <height>1920</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Form_Popup</string>
18   </property>
19   <widget class="QWidget" name="widget_popup" native="true">
20    <property name="geometry">
21     <rect>
22      <x>350</x>
23      <y>430</y>
24      <width>400</width>
25      <height>200</height>
26     </rect>
27    </property>
28    <property name="styleSheet">
29     <string notr="true">QWidget {
30 border: 1px solid #D3D3D3;
31 border-radius: 8px;
32 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(242, 242, 249, 255), stop:1 rgba(255, 255, 255, 255));
33 color: #333;
34 padding: 0px;
35
36 QWidget:on {
37 background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #D5D5D5, stop: 1 #EEEEEE);
38
39 </string>
40    </property>
41    <widget class="QPushButton" name="pushButton_OK">
42     <property name="geometry">
43      <rect>
44       <x>150</x>
45       <y>130</y>
46       <width>100</width>
47       <height>50</height>
48      </rect>
49     </property>
50     <property name="maximumSize">
51      <size>
52       <width>16777211</width>
53       <height>16777215</height>
54      </size>
55     </property>
56     <property name="focusPolicy">
57      <enum>Qt::NoFocus</enum>
58     </property>
59     <property name="text">
60      <string>OK</string>
61     </property>
62    </widget>
63    <widget class="QLabel" name="label_text">
64     <property name="geometry">
65      <rect>
66       <x>10</x>
67       <y>10</y>
68       <width>380</width>
69       <height>100</height>
70      </rect>
71     </property>
72     <property name="styleSheet">
73      <string notr="true">background-color: rgba(109, 109, 109, 0);
74 background-image: url(:/images/transparency.png);
75 border-image: url(:/images/transparency.png);</string>
76     </property>
77     <property name="text">
78      <string/>
79     </property>
80     <property name="alignment">
81      <set>Qt::AlignCenter</set>
82     </property>
83     <property name="wordWrap">
84      <bool>true</bool>
85     </property>
86    </widget>
87    <widget class="QComboBox" name="comboBox_choice">
88     <property name="geometry">
89      <rect>
90       <x>90</x>
91       <y>90</y>
92       <width>211</width>
93       <height>27</height>
94      </rect>
95     </property>
96    </widget>
97   </widget>
98  </widget>
99  <resources/>
100  <connections/>
101 </ui>