2016-03-23 06:29:49 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>UserInterface</class>
|
|
|
|
<widget class="QMainWindow" name="UserInterface">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-03-27 09:52:23 +02:00
|
|
|
<width>625</width>
|
|
|
|
<height>500</height>
|
2016-03-23 06:29:49 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-03-26 10:46:25 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-03-27 09:52:23 +02:00
|
|
|
<width>625</width>
|
|
|
|
<height>500</height>
|
2016-03-26 10:46:25 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-23 06:29:49 +01:00
|
|
|
<property name="windowTitle">
|
2016-03-27 12:22:21 +02:00
|
|
|
<string>gta5sync - %1</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="cwUI">
|
|
|
|
<layout class="QVBoxLayout" name="vlUI">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QStackedWidget" name="swProfile">
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-03-27 15:53:32 +02:00
|
|
|
<widget class="QWidget" name="swSelection">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="vsUpper">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labSelectProfile">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select profile</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-03-23 06:29:49 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-03-27 09:52:23 +02:00
|
|
|
<width>625</width>
|
2016-03-23 06:29:49 +01:00
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSelect_profile"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout_gta5sync"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionAbout_gta5sync">
|
|
|
|
<property name="text">
|
|
|
|
<string>About gta5sync</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+A</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
2016-03-27 15:53:32 +02:00
|
|
|
<string>Close</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelect_profile">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select profile</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+P</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|