/
Krahjotdaan
/
LearningPoem
Обзор
Документация
Войти
/
Krahjotdaan
/
LearningPoem
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
UIs/AboutProgramForm.ui
232 строки
7 KB
Ostapenko
Style: added grid to forms
15 апр 2023, 09:28
15 апр 2023, 09:28
66f4b68
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AboutProgramForm</class> <widget class="QMainWindow" name="AboutProgramForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>420</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout" rowstretch="5,23,6,6,13,6"> <property name="leftMargin"> <number>10</number> </property> <property name="topMargin"> <number>5</number> </property> <property name="rightMargin"> <number>10</number> </property> <property name="bottomMargin"> <number>5</number> </property> <property name="horizontalSpacing"> <number>10</number> </property> <property name="verticalSpacing"> <number>20</number> </property> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_3"> <property name="font"> <font> <pointsize>20</pointsize> </font> </property> <property name="text"> <string><html><head/><body><p><span style=" font-size:20pt;">О приложении</span></p></body></html></string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="imageLabel"> <property name="maximumSize"> <size> <width>419</width> <height>229</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>../resource/logo.png</pixmap> </property> </widget> </item> </layout> </item> <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>Автор: Остапенко Артём</string> </property> </widget> </item> </layout> </item> <item row="3" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>Версия: 1.0</string> </property> </widget> </item> </layout> </item> <item row="4" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QTextBrowser" name="textBrowser"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>20</verstretch> </sizepolicy> </property> <property name="palette"> <palette> <active> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="0"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>239</red> <green>239</green> <blue>239</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="contextMenuPolicy"> <enum>Qt::DefaultContextMenu</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustIgnored</enum> </property> <property name="readOnly"> <bool>true</bool> </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:'Ubuntu'; font-size:11pt; 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;"><span style=" font-size:16pt;">Приложение разработано на языке программирования Python с помощью среды быстрой разработки Qt5 Designer</span></p> <p align="center" 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> </widget> </item> </layout> </item> <item row="5" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QPushButton" name="backButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>18</pointsize> </font> </property> <property name="text"> <string>В главное меню</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>