/
VolcanoByte
/
vbNotes
Обзор
Документация
Войти
/
VolcanoByte
/
vbNotes
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
ui/formOptions.ui
298 строк
9 KB
Eugene Gavrilyuk
Sync on start and finish
01 апр 2026, 15:32
01 апр 2026, 15:32
f2a8bd9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Options</class> <widget class="QDialog" name="Options"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>416</width> <height>401</height> </rect> </property> <property name="windowTitle"> <string>Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabOptions"> <property name="currentIndex"> <number>0</number> </property> <property name="documentMode"> <bool>false</bool> </property> <widget class="QWidget" name="tabGeneral"> <attribute name="icon"> <iconset> <normaloff>../icons/general.png</normaloff>../icons/general.png</iconset> </attribute> <attribute name="title"> <string>General</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QCheckBox" name="cbCheckOnStart"> <property name="text"> <string>Check update on start</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="cbCheckOnFinish"> <property name="text"> <string>Check update on finish</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabAppearance"> <attribute name="icon"> <iconset> <normaloff>../icons/appearance.png</normaloff>../icons/appearance.png</iconset> </attribute> <attribute name="title"> <string>Appearance</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QWidget" name="widget_3" native="true"> <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,1"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>9</number> </property> <item> <widget class="QLabel" name="lblLanguage"> <property name="text"> <string>Language (need restart):</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbxLanguage"/> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widget" native="true"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,2,0,0,2"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="lblTheme"> <property name="text"> <string>Theme:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbxTheme"> <property name="currentText"> <string notr="true"/> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="lblStyle"> <property name="text"> <string>Code style:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbxStyle"/> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widget_5" native="true"> <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,1,0,0,0,0,0"> <property name="leftMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="lblFontName"> <property name="text"> <string>Font:</string> </property> </widget> </item> <item> <widget class="QFontComboBox" name="cbxFontName"/> </item> <item> <widget class="QLabel" name="lblFontSize"> <property name="text"> <string>Size:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="sbFontSize"/> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Tab:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="sbTabSize"> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>8</number> </property> <property name="value"> <number>2</number> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="lblExample"> <property name="text"> <string>Example</string> </property> </widget> </item> <item> <widget class="QTextBrowser" name="tbExample"> <property name="font"> <font> <family>Fira Code</family> <pointsize>10</pointsize> </font> </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:'Fira Code'; 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; font-family:'Microsoft Yi Baiti'; font-size:8.25pt;"><br /></p></body></html></string> </property> <property name="placeholderText"> <string/> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Options</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Options</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>