Open Source Snapmatic and Savegame viewer/editor for GTA V
https://gta5view.syping.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
420 lines
13 KiB
420 lines
13 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>ImportDialog</class> |
|
<widget class="QDialog" name="ImportDialog"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>516</width> |
|
<height>673</height> |
|
</rect> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>516</width> |
|
<height>512</height> |
|
</size> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Import...</string> |
|
</property> |
|
<property name="modal"> |
|
<bool>true</bool> |
|
</property> |
|
<layout class="QVBoxLayout" name="vlImport"> |
|
<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="UiModLabel" name="labPicture"> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>516</width> |
|
<height>288</height> |
|
</size> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QFrame" name="buttomFrame"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="frameShape"> |
|
<enum>QFrame::NoFrame</enum> |
|
</property> |
|
<property name="frameShadow"> |
|
<enum>QFrame::Plain</enum> |
|
</property> |
|
<property name="lineWidth"> |
|
<number>0</number> |
|
</property> |
|
<layout class="QVBoxLayout" name="vlButtom"> |
|
<property name="leftMargin"> |
|
<number>9</number> |
|
</property> |
|
<property name="topMargin"> |
|
<number>6</number> |
|
</property> |
|
<property name="rightMargin"> |
|
<number>9</number> |
|
</property> |
|
<property name="bottomMargin"> |
|
<number>9</number> |
|
</property> |
|
<item> |
|
<widget class="QGroupBox" name="gbSettings"> |
|
<property name="title"> |
|
<string>Picture</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="vlSettings"> |
|
<item> |
|
<layout class="QGridLayout" name="glPicture"> |
|
<item row="0" column="1"> |
|
<widget class="QCheckBox" name="cbIgnore"> |
|
<property name="text"> |
|
<string>Ignore Aspect Ratio</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="0"> |
|
<widget class="QCheckBox" name="cbAvatar"> |
|
<property name="text"> |
|
<string>Avatar</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QCheckBox" name="cbWatermark"> |
|
<property name="text"> |
|
<string>Watermark</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="QCheckBox" name="cbBorderless"> |
|
<property name="text"> |
|
<string>Crop to Aspect Ratio</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QGroupBox" name="gbBackground"> |
|
<property name="title"> |
|
<string>Background</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="vlBackground"> |
|
<item> |
|
<layout class="QGridLayout" name="glBackground"> |
|
<item row="0" column="0"> |
|
<layout class="QHBoxLayout" name="hlColourManage"> |
|
<item> |
|
<widget class="QLabel" name="labColour"> |
|
<property name="text"> |
|
<string>Background Colour: <span style="color: %1">%1</span></string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="hlColourButton"> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<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="QToolButton" name="cmdColourChange"> |
|
<property name="toolTip"> |
|
<string>Select background colour</string> |
|
</property> |
|
<property name="text"> |
|
<string notr="true">...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer name="hsColour"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="QCheckBox" name="cbStretch"> |
|
<property name="enabled"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Ignore Aspect Ratio</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QCheckBox" name="cbForceAvatarColour"> |
|
<property name="text"> |
|
<string>Force Colour in Avatar Zone</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<layout class="QHBoxLayout" name="hlBackgroundManage"> |
|
<item> |
|
<widget class="QLabel" name="labBackgroundImage"> |
|
<property name="text"> |
|
<string>Background Image:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="hlBackgroundButton"> |
|
<property name="spacing"> |
|
<number>0</number> |
|
</property> |
|
<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="QToolButton" name="cmdBackgroundChange"> |
|
<property name="toolTip"> |
|
<string>Select background image</string> |
|
</property> |
|
<property name="text"> |
|
<string notr="true">...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QToolButton" name="cmdBackgroundWipe"> |
|
<property name="toolTip"> |
|
<string>Remove background image</string> |
|
</property> |
|
<property name="text"> |
|
<string notr="true">X</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer name="hsBackgroundImage"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QGroupBox" name="gbAdvanced"> |
|
<property name="title"> |
|
<string>Advanced</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="vlAdvanced"> |
|
<item> |
|
<layout class="QGridLayout" name="glAdvanced"> |
|
<item row="1" column="0"> |
|
<widget class="QCheckBox" name="cbUnlimited"> |
|
<property name="toolTip"> |
|
<string>Avoid compression and expand buffer instead, improves picture quality, but may break Snapmatic</string> |
|
</property> |
|
<property name="text"> |
|
<string>Unlimited Buffer</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="QCheckBox" name="cbImportAsIs"> |
|
<property name="toolTip"> |
|
<string>Import as-is, don't change the picture at all, guaranteed to break Snapmatic unless you know what you doing</string> |
|
</property> |
|
<property name="text"> |
|
<string>Import as-is</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="0" colspan="2"> |
|
<layout class="QHBoxLayout" name="hlResolution"> |
|
<item> |
|
<widget class="QLabel" name="labResolution"> |
|
<property name="text"> |
|
<string>Resolution:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QComboBox" name="cbResolution"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Snapmatic resolution</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="vsInterface"> |
|
<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"> |
|
<item> |
|
<widget class="QPushButton" name="cmdOptions"> |
|
<property name="toolTip"> |
|
<string>Import options</string> |
|
</property> |
|
<property name="text"> |
|
<string>&Options</string> |
|
</property> |
|
<property name="autoDefault"> |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<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> |
|
<item> |
|
<widget class="QPushButton" name="cmdOK"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Import picture</string> |
|
</property> |
|
<property name="text"> |
|
<string>&OK</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="cmdCancel"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Discard picture</string> |
|
</property> |
|
<property name="text"> |
|
<string>&Cancel</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>UiModLabel</class> |
|
<extends>QLabel</extends> |
|
<header>uimod/UiModLabel.h</header> |
|
<slots> |
|
<signal>mouseMoved()</signal> |
|
<signal>mouseReleased()</signal> |
|
<signal>mousePressed()</signal> |
|
<signal>mouseDoubleClicked()</signal> |
|
</slots> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|