comparison Applications/Samples/Deprecated/Qt/SampleMainWindow.ui @ 1347:bfd77672d825 broker

Moved Application/Samples/* to Application/Samples/Deprecated/*
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 Apr 2020 14:29:01 +0200
parents Applications/Samples/Qt/SampleMainWindow.ui@612238b3f3e8
children
comparison
equal deleted inserted replaced
1346:df8bf351c23f 1347:bfd77672d825
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SampleMainWindow</class>
4 <widget class="QMainWindow" name="SampleMainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>903</width>
10 <height>634</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>500</width>
16 <height>300</height>
17 </size>
18 </property>
19 <property name="baseSize">
20 <size>
21 <width>500</width>
22 <height>300</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Stone of Orthanc</string>
27 </property>
28 <property name="layoutDirection">
29 <enum>Qt::LeftToRight</enum>
30 </property>
31 <widget class="QWidget" name="centralwidget">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="layoutDirection">
39 <enum>Qt::LeftToRight</enum>
40 </property>
41 <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
42 <property name="sizeConstraint">
43 <enum>QLayout::SetDefaultConstraint</enum>
44 </property>
45 <item>
46 <widget class="QCairoWidget" name="cairoCentralWidget">
47 <property name="minimumSize">
48 <size>
49 <width>0</width>
50 <height>500</height>
51 </size>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 <widget class="QMenuBar" name="menubar">
58 <property name="geometry">
59 <rect>
60 <x>0</x>
61 <y>0</y>
62 <width>903</width>
63 <height>22</height>
64 </rect>
65 </property>
66 <widget class="QMenu" name="menuTest">
67 <property name="title">
68 <string>Test</string>
69 </property>
70 </widget>
71 <addaction name="menuTest"/>
72 </widget>
73 <widget class="QStatusBar" name="statusbar"/>
74 </widget>
75 <customwidgets>
76 <customwidget>
77 <class>QCairoWidget</class>
78 <extends>QGraphicsView</extends>
79 <header location="global">QCairoWidget.h</header>
80 </customwidget>
81 </customwidgets>
82 <resources/>
83 <connections/>
84 </ui>