GUI development

This commit is contained in:
BarsTiger
2022-01-27 22:07:36 +02:00
parent d1cd27bb5b
commit 1934fc5531

319
uis/horsy_installer.ui Normal file
View File

@@ -0,0 +1,319 @@
<?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>502</width>
<height>364</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>502</width>
<height>364</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>502</width>
<height>364</height>
</size>
</property>
<property name="windowTitle">
<string>horsy - installation</string>
</property>
<property name="windowOpacity">
<double>0.980000000000000</double>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
background-color: rgb(30, 30, 30);
}
</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="horsy_logo_lefttop">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background: none;</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../img/horsy_white32x32.png</pixmap>
</property>
</widget>
<widget class="QLineEdit" name="path_box">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>351</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
<property name="placeholderText">
<string>Installation folder, apps will be stored here</string>
</property>
</widget>
<widget class="QPushButton" name="choose_path_button">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>380</x>
<y>70</y>
<width>101</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
color: rgb(204, 204, 204);
border-width: 1px;
border-radius:6px;
border-style: solid;
background-color: rgb(28, 30, 33);
border-color: rgb(66, 143, 225);
}
QPushButton:hover{
border-width: 2px;
}
QPushButton:pressed{
background-color: rgb(50, 60, 63);
}
QPushButton:disabled{
border-width: 0px;
background-color: rgb(92, 99, 109);
}</string>
</property>
<property name="text">
<string>Choose path</string>
</property>
</widget>
<widget class="QLabel" name="horsy_text_lefttop">
<property name="geometry">
<rect>
<x>50</x>
<y>10</y>
<width>231</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: white;
font: 20pt &quot;MS Shell Dlg 2&quot;;
background: none;</string>
</property>
<property name="text">
<string>horsy - installation</string>
</property>
</widget>
<widget class="QTextBrowser" name="path_message">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>321</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: white;
border: none;
background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Installation folder, apps will be stored here&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QCheckBox" name="install_horsy_chech">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: white;</string>
</property>
<property name="text">
<string>Install horsy</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="install_gui_check">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: white;</string>
</property>
<property name="text">
<string>Install horsy GUI</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="install_button">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>150</x>
<y>300</y>
<width>201</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
color: rgb(204, 204, 204);
border-width: 1px;
border-radius:6px;
border-style: solid;
background-color: rgb(28, 30, 33);
border-color: rgb(66, 143, 225);
}
QPushButton:hover{
border-width: 2px;
}
QPushButton:pressed{
background-color: rgb(50, 60, 63);
}
QPushButton:disabled{
border-width: 0px;
background-color: rgb(92, 99, 109);
}</string>
</property>
<property name="text">
<string>Install</string>
</property>
</widget>
<widget class="QTextBrowser" name="logs_box">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>461</width>
<height>101</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>1000</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByMouse</set>
</property>
<property name="placeholderText">
<string>Logs</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: white;
background: none</string>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>