-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
3,799 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>about_window</class> | ||
<widget class="QWidget" name="about_window"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>615</width> | ||
<height>320</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>Dialog</string> | ||
</property> | ||
<widget class="QLabel" name="text"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>260</x> | ||
<y>20</y> | ||
<width>431</width> | ||
<height>261</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string><html><head/><body><p>Visual 8-bit adder simulator.</p><p>Developer: <span style=" font-weight:700;">Ezri Artyom (ARTEZON)</span>.</p><br><p>Version: 1.0</p><p>Release date: 25.02.2022</p><p>The program is written in <span style=" font-weight:700;">Python 3.10</span> using<br>GUI framework <span style=" font-weight:700;">Qt</span> and library <span style=" font-weight:700;">Pyside 6</span>.</p><p>This software is open source.</p></body></html></string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QWidget" name="logo" native="true"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>20</x> | ||
<y>20</y> | ||
<width>217</width> | ||
<height>217</height> | ||
</rect> | ||
</property> | ||
<property name="styleSheet"> | ||
<string notr="true">image: url(res/author.png);</string> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="text_2"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>260</x> | ||
<y>84</y> | ||
<width>21</width> | ||
<height>21</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string><a href="https://vk.com/artez0n">VK</a></string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="text_3"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>308</x> | ||
<y>84</y> | ||
<width>51</width> | ||
<height>21</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string><a href="https://steamcommunity.com/id/artez0n">STEAM</a></string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="text_4"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>380</x> | ||
<y>84</y> | ||
<width>51</width> | ||
<height>21</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string><a href="https://github.com/ARTEZON">GITHUB</a></string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="text_5"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>288</x> | ||
<y>84</y> | ||
<width>16</width> | ||
<height>21</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string>●</string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QLabel" name="text_6"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>360</x> | ||
<y>84</y> | ||
<width>16</width> | ||
<height>21</height> | ||
</rect> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="text"> | ||
<string>●</string> | ||
</property> | ||
<property name="alignment"> | ||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> | ||
</property> | ||
<property name="openExternalLinks"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
<widget class="QPushButton" name="close_button"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>20</x> | ||
<y>260</y> | ||
<width>575</width> | ||
<height>40</height> | ||
</rect> | ||
</property> | ||
<property name="sizePolicy"> | ||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> | ||
<horstretch>0</horstretch> | ||
<verstretch>0</verstretch> | ||
</sizepolicy> | ||
</property> | ||
<property name="minimumSize"> | ||
<size> | ||
<width>0</width> | ||
<height>0</height> | ||
</size> | ||
</property> | ||
<property name="font"> | ||
<font> | ||
<stylestrategy>PreferAntialias</stylestrategy> | ||
</font> | ||
</property> | ||
<property name="styleSheet"> | ||
<string notr="true"/> | ||
</property> | ||
<property name="text"> | ||
<string>Close</string> | ||
</property> | ||
</widget> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |
Oops, something went wrong.