289 lines
7.8 KiB
XML
289 lines
7.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ldmt_checkUVBleed</class>
|
|
<widget class="QMainWindow" name="ldmt_checkUVBleed">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>200</width>
|
|
<height>120</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>120</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>120</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Check UV Bleed</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QMainWindow{
|
|
background-color: rgb(68,68,68);
|
|
}
|
|
QWidget#centralwidget{
|
|
background-color: rgb(68,68,68);
|
|
}
|
|
QPushButton{
|
|
border:1px solid rgb(30,30,30);
|
|
border-radius:4px;
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(235, 158, 108, 195));
|
|
color:rgb(25,25,25);}
|
|
QPushButton:hover{
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(255, 178, 128, 195));
|
|
color:rgb(25,25,25);}
|
|
QPushButton:pressed{
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(235, 158, 108, 195), stop:1 rgba( 189, 118, 57, 225));
|
|
color:rgb(25,25,25);}
|
|
|
|
QRadioButton{
|
|
color:rgb(175,175,175);
|
|
}
|
|
QCheckBox{
|
|
color:rgb(175,175,175);
|
|
}
|
|
|
|
QStatusBar QLabel {
|
|
border: 3px solid white;
|
|
}
|
|
|
|
QStatusBar {
|
|
color: rgb(175,175,175);
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: 1px solid red;
|
|
border-radius: 3px;
|
|
}</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>3</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="statusTip">
|
|
<string>Input group count.</string>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:rgb(200,200,200);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Shell Bleed ( pixel )</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLineEdit" name="text_shellBleed">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>70</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Set shell to shell min distance.</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-radius: 4px;
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: rgb(30,30,30, 215);
|
|
color:rgb(175,175,175);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>32</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QPushButton" name="btn_check">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Segoe UI</family>
|
|
</font>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Check if uv bleed is too short.</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border:1px solid rgb(30,30,30);
|
|
border-radius:4px;
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(235, 158, 108, 195));
|
|
color:rgb(25,25,25);}
|
|
QPushButton:hover{
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(255, 178, 128, 195));
|
|
color:rgb(25,25,25);}
|
|
QPushButton:pressed{
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(235, 158, 108, 195), stop:1 rgba( 189, 118, 57, 225));
|
|
color:rgb(25,25,25);}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Check</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="statusTip">
|
|
<string>Input group count.</string>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:rgb(200,200,200);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Border Bleed ( pixel )</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="text_borderBleed">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>70</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Set shell to border min distance.</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-radius: 4px;
|
|
border:1px solid rgb(30,30,30);
|
|
background-color: rgb(30,30,30, 215);
|
|
color:rgb(175,175,175);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>16</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="statusTip">
|
|
<string>Input group count.</string>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:rgb(200,200,200);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Texture Size</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QComboBox" name="box_textureSize">
|
|
<property name="statusTip">
|
|
<string>Choose texture size.</string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>4096</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>2048</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>1024</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>512</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar">
|
|
<property name="statusTip">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|