471 lines
12 KiB
XML
471 lines
12 KiB
XML
<?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>566</width>
|
|
<height>466</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>566</width>
|
|
<height>466</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>566</width>
|
|
<height>466</height>
|
|
</size>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::TabFocus</enum>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>daun builder</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/img/logo.ico</normaloff>:/img/logo.ico</iconset>
|
|
</property>
|
|
<property name="windowOpacity">
|
|
<double>0.970000000000000</double>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #202020;
|
|
color: #ffffff;</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QPushButton" name="build_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>430</y>
|
|
<width>101</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabletTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::TabFocus</enum>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::NoContextMenu</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
color: white;
|
|
border-width: 1px;
|
|
border-radius:6px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
background-color: #2c2d2e;
|
|
font: 10pt "Segoe UI";
|
|
}
|
|
QPushButton:hover{
|
|
border-width: 2px;
|
|
background-color: #323232;
|
|
}
|
|
QPushButton:pressed{
|
|
background-color: #262728;
|
|
}
|
|
QPushButton:disabled{
|
|
background-color: #434343;
|
|
border-color: #0000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Build it</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="modules_list">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>270</width>
|
|
<height>310</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QListWidget {
|
|
border-width: 1px;
|
|
border-radius:15px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
padding: 10px;
|
|
background-color: #242424;
|
|
font: 10pt "Segoe UI";
|
|
}
|
|
|
|
QScrollBar {
|
|
background: #959595;
|
|
width: 8px;
|
|
}
|
|
|
|
QScrollBar::handle:vertical {
|
|
background: #303030;
|
|
min-height: 20px;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
</property>
|
|
<property name="dragEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="movement">
|
|
<enum>QListView::Static</enum>
|
|
</property>
|
|
<property name="uniformItemSizes">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="desc_list">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>285</x>
|
|
<y>70</y>
|
|
<width>270</width>
|
|
<height>310</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-width: 1px;
|
|
border-radius:15px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
padding: 10px;
|
|
background-color: #242424;
|
|
font: 10pt "Segoe UI";</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<property name="html">
|
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Segoe UI'; font-size:10pt; font-weight:400; font-style:normal;">
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
|
</property>
|
|
<property name="acceptRichText">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::NoTextInteraction</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="daun_builder_logo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>545</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-width: 1px;
|
|
border-radius:15px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
background-color: #242424;
|
|
font: 20pt "Segoe UI";</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Segoe UI'; font-size:20pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">daun builder</p></body></html></string>
|
|
</property>
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::NoTextInteraction</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="choose_folder_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>390</y>
|
|
<width>101</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabletTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::TabFocus</enum>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::NoContextMenu</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
color: white;
|
|
border-width: 1px;
|
|
border-radius:6px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
background-color: #2c2d2e;
|
|
font: 10pt "Segoe UI";
|
|
}
|
|
QPushButton:hover{
|
|
border-width: 2px;
|
|
background-color: #323232;
|
|
}
|
|
QPushButton:pressed{
|
|
background-color: #262728;
|
|
}
|
|
QPushButton:disabled{
|
|
background-color: #434343;
|
|
border-color: #0000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose folder</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="path_box">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>285</x>
|
|
<y>390</y>
|
|
<width>160</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-width: 1px;
|
|
border-radius:5px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
background-color: #242424;
|
|
font: 10pt "Segoe UI";</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="choose_icon_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>285</x>
|
|
<y>430</y>
|
|
<width>160</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabletTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::TabFocus</enum>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::NoContextMenu</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
color: white;
|
|
border-width: 1px;
|
|
border-radius:6px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
background-color: #2c2d2e;
|
|
font: 10pt "Segoe UI";
|
|
}
|
|
QPushButton:hover{
|
|
border-width: 2px;
|
|
background-color: #323232;
|
|
}
|
|
QPushButton:pressed{
|
|
background-color: #262728;
|
|
}
|
|
QPushButton:disabled{
|
|
background-color: #434343;
|
|
border-color: #0000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose custom icon</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="is_pyinstaller">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>415</y>
|
|
<width>80</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "Segoe UI";
|
|
background: none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>pyinstaller</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="is_nuitka">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>435</y>
|
|
<width>80</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "Segoe UI";
|
|
background: none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>nuitka</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>390</y>
|
|
<width>90</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "Segoe UI";
|
|
background: none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose builder</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="builder_bg" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>389</y>
|
|
<width>121</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-width: 1px;
|
|
border-radius:15px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
padding: 10px;
|
|
background-color: #242424;
|
|
font: 10pt "Segoe UI";</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="options_bg" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>390</y>
|
|
<width>141</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-width: 1px;
|
|
border-radius:15px;
|
|
border-style: solid;
|
|
border-color: #303030;
|
|
padding: 10px;
|
|
background-color: #242424;
|
|
font: 10pt "Segoe UI";</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="enable_console_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>400</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "Segoe UI";
|
|
background: none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Invisible window</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>builder_bg</zorder>
|
|
<zorder>build_button</zorder>
|
|
<zorder>modules_list</zorder>
|
|
<zorder>desc_list</zorder>
|
|
<zorder>daun_builder_logo</zorder>
|
|
<zorder>choose_folder_button</zorder>
|
|
<zorder>path_box</zorder>
|
|
<zorder>choose_icon_button</zorder>
|
|
<zorder>is_pyinstaller</zorder>
|
|
<zorder>is_nuitka</zorder>
|
|
<zorder>label</zorder>
|
|
<zorder>options_bg</zorder>
|
|
<zorder>enable_console_button</zorder>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|