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">
|
2016-04-11 16:51:32 +02:00
|
|
|
<layout class="QVBoxLayout" name="vlUserInterface">
|
2016-10-27 08:15:43 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2016-03-27 15:53:32 +02:00
|
|
|
<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>
|
2016-04-11 16:51:32 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="vlButtons"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="vsFooter">
|
|
|
|
<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>
|
|
|
|
<layout class="QHBoxLayout" name="hlButtons">
|
2016-10-27 08:12:59 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labVersion">
|
|
|
|
<property name="text">
|
|
|
|
<string>%1 %2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-11 16:51:32 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="hsButtons">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2016-04-11 17:18:16 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdReload">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reload</string>
|
|
|
|
</property>
|
2016-10-27 08:31:40 +02:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-04-11 17:18:16 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-11 16:51:32 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdClose">
|
|
|
|
<property name="text">
|
2016-04-11 17:01:45 +02:00
|
|
|
<string>&Close</string>
|
2016-04-11 16:51:32 +02:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-03-27 15:53:32 +02:00
|
|
|
</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-10-27 08:12:59 +02:00
|
|
|
<height>21</height>
|
2016-03-23 06:29:49 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&File</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
2016-07-26 08:00:56 +02:00
|
|
|
<addaction name="actionSelect_GTA_Folder"/>
|
2016-04-14 01:59:41 +02:00
|
|
|
<addaction name="actionOpen_File"/>
|
2016-03-23 06:29:49 +01:00
|
|
|
<addaction name="actionSelect_profile"/>
|
2016-04-14 01:59:41 +02:00
|
|
|
<addaction name="separator"/>
|
2016-03-23 06:29:49 +01:00
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&Help</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout_gta5sync"/>
|
|
|
|
</widget>
|
2016-04-03 08:39:31 +02:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&Edit</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<addaction name="actionOptions"/>
|
|
|
|
</widget>
|
2016-04-12 23:27:47 +02:00
|
|
|
<widget class="QMenu" name="menuProfile">
|
|
|
|
<property name="title">
|
2016-04-12 23:30:11 +02:00
|
|
|
<string>&Profile</string>
|
2016-04-12 23:27:47 +02:00
|
|
|
</property>
|
2016-10-27 11:07:07 +02:00
|
|
|
<widget class="QMenu" name="menuSelection_visibility">
|
|
|
|
<property name="title">
|
2016-10-27 11:31:06 +02:00
|
|
|
<string>&Selection visibility</string>
|
2016-10-27 11:07:07 +02:00
|
|
|
</property>
|
|
|
|
<addaction name="action_Enable_In_game"/>
|
|
|
|
<addaction name="action_Disable_In_game"/>
|
|
|
|
</widget>
|
2016-04-13 00:47:07 +02:00
|
|
|
<addaction name="action_Import"/>
|
2016-04-12 23:27:47 +02:00
|
|
|
<addaction name="actionExport_selected"/>
|
|
|
|
<addaction name="actionDelete_selected"/>
|
2016-04-13 00:47:07 +02:00
|
|
|
<addaction name="separator"/>
|
2016-10-27 11:07:07 +02:00
|
|
|
<addaction name="menuSelection_visibility"/>
|
|
|
|
<addaction name="separator"/>
|
2016-04-13 00:47:07 +02:00
|
|
|
<addaction name="actionSelect_all"/>
|
|
|
|
<addaction name="actionDeselect_all"/>
|
2016-04-12 23:27:47 +02:00
|
|
|
</widget>
|
2016-03-23 06:29:49 +01:00
|
|
|
<addaction name="menuFile"/>
|
2016-04-03 08:39:31 +02:00
|
|
|
<addaction name="menuEdit"/>
|
2016-04-12 23:27:47 +02:00
|
|
|
<addaction name="menuProfile"/>
|
2016-03-23 06:29:49 +01:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionAbout_gta5sync">
|
|
|
|
<property name="text">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&About gta5sync</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Ctrl+P</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
2016-04-14 01:59:41 +02:00
|
|
|
<property name="icon">
|
2016-04-14 02:41:24 +02:00
|
|
|
<iconset theme="application-exit">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 01:59:41 +02:00
|
|
|
</property>
|
2016-03-23 06:29:49 +01:00
|
|
|
<property name="text">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>&Exit</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Exit</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">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Close &Profile</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Ctrl+End</string>
|
2016-03-23 06:29:49 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-04-03 08:39:31 +02:00
|
|
|
<action name="actionOptions">
|
2016-04-14 02:41:24 +02:00
|
|
|
<property name="icon">
|
2016-07-26 08:00:56 +02:00
|
|
|
<iconset theme="preferences-system">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
</property>
|
2016-04-03 08:39:31 +02:00
|
|
|
<property name="text">
|
2016-04-14 01:27:29 +02:00
|
|
|
<string>&Settings</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Ctrl+S</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelect_all">
|
2016-04-14 02:41:24 +02:00
|
|
|
<property name="icon">
|
2016-09-20 06:48:33 +02:00
|
|
|
<iconset>
|
2016-07-26 08:00:56 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
</property>
|
2016-04-03 08:39:31 +02:00
|
|
|
<property name="text">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>Select &All</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Ctrl+A</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDeselect_all">
|
2016-04-14 02:41:24 +02:00
|
|
|
<property name="icon">
|
2016-09-20 06:48:33 +02:00
|
|
|
<iconset>
|
2016-07-26 08:00:56 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
</property>
|
2016-04-03 08:39:31 +02:00
|
|
|
<property name="text">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&Deselect All</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>Ctrl+D</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExport_selected">
|
2016-04-14 02:41:24 +02:00
|
|
|
<property name="icon">
|
2016-09-20 06:48:33 +02:00
|
|
|
<iconset>
|
2016-07-26 08:00:56 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
</property>
|
2016-04-03 08:39:31 +02:00
|
|
|
<property name="text">
|
2016-04-08 19:46:27 +02:00
|
|
|
<string>&Export selected...</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDelete_selected">
|
|
|
|
<property name="text">
|
2016-04-08 16:55:28 +02:00
|
|
|
<string>&Remove selected</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2016-04-14 01:59:41 +02:00
|
|
|
<string>Ctrl+Del</string>
|
2016-04-03 08:39:31 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-04-13 00:47:07 +02:00
|
|
|
<action name="action_Import">
|
2016-04-14 02:41:24 +02:00
|
|
|
<property name="icon">
|
2016-09-20 06:48:33 +02:00
|
|
|
<iconset>
|
2016-07-26 08:00:56 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
</property>
|
2016-04-13 00:47:07 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Import files...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+I</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-04-14 01:59:41 +02:00
|
|
|
<action name="actionOpen_File">
|
|
|
|
<property name="icon">
|
2016-09-20 06:48:33 +02:00
|
|
|
<iconset>
|
2016-04-14 02:41:24 +02:00
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2016-04-14 01:59:41 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Open File...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-07-26 08:00:56 +02:00
|
|
|
<action name="actionSelect_GTA_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select &GTA V Folder...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select GTA V Folder...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+G</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-10-27 11:07:07 +02:00
|
|
|
<action name="action_Enable_In_game">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show In-gam&e</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Shift+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Disable_In_game">
|
|
|
|
<property name="text">
|
2016-10-27 11:31:06 +02:00
|
|
|
<string>Hi&de In-game</string>
|
2016-10-27 11:07:07 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Shift+D</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-03-23 06:29:49 +01:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
2016-04-11 16:51:32 +02:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>cmdClose</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>UserInterface</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>572</x>
|
|
|
|
<y>476</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>312</x>
|
|
|
|
<y>249</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2016-03-23 06:29:49 +01:00
|
|
|
</ui>
|