106 lines
2.4 KiB
Text
106 lines
2.4 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MainWindow</class>
|
||
|
<widget class="QMainWindow" name="MainWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>744</width>
|
||
|
<height>673</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>744</width>
|
||
|
<height>673</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>744</width>
|
||
|
<height>673</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="baseSize">
|
||
|
<size>
|
||
|
<width>744</width>
|
||
|
<height>673</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Paysages</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>741</width>
|
||
|
<height>621</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="currentIndex">
|
||
|
<number>-1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>744</width>
|
||
|
<height>25</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menuFichier">
|
||
|
<property name="title">
|
||
|
<string>File</string>
|
||
|
</property>
|
||
|
<addaction name="actionNewx"/>
|
||
|
<addaction name="actionSave"/>
|
||
|
<addaction name="actionLoad"/>
|
||
|
<addaction name="actionQuit"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuAbout">
|
||
|
<property name="title">
|
||
|
<string>About...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<addaction name="menuFichier"/>
|
||
|
<addaction name="menuAbout"/>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
<action name="actionNewx">
|
||
|
<property name="text">
|
||
|
<string>New</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave">
|
||
|
<property name="text">
|
||
|
<string>Save</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionLoad">
|
||
|
<property name="text">
|
||
|
<string>Load</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionQuit">
|
||
|
<property name="text">
|
||
|
<string>Quit</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|