/
VolcanoByte
/
vbCinema
Обзор
Документация
Войти
/
VolcanoByte
/
vbCinema
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
ui/formOptions.ui
333 строки
9 KB
Eugene Gavrilyuk
Sync on start and finish
01 апр 2026, 14:46
01 апр 2026, 14:46
41ca630
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>formOptions</class> <widget class="QDialog" name="formOptions"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>351</width> <height>298</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> <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_2"> <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="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="lblLanguage"> <property name="text"> <string>Language</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="cbxLanguage"/> </item> <item row="1" column="0"> <widget class="QLabel" name="lblTheme"> <property name="text"> <string>Theme</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="cbxTheme"> <property name="currentText"> <string notr="true"/> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Grid style</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cbxGridStyle"> <item> <property name="text"> <string>No pen</string> </property> </item> <item> <property name="text"> <string>Solid line</string> </property> </item> <item> <property name="text"> <string>Dash line</string> </property> </item> <item> <property name="text"> <string>Dot line</string> </property> </item> <item> <property name="text"> <string>Dash Dot line</string> </property> </item> <item> <property name="text"> <string>Dash Dot Dot line</string> </property> </item> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="lblDoubleClick"> <property name="text"> <string>Double click</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="cbxDoubleClick"> <item> <property name="text"> <string>Viewing movie</string> </property> </item> <item> <property name="text"> <string>Modify movie</string> </property> </item> <item> <property name="text"> <string>Open kinopoisk.ru page</string> </property> </item> <item> <property name="text"> <string>Open imdb.com page</string> </property> </item> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="lblViewingURL"> <property name="text"> <string>URL for viewing</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLineEdit" name="edViewingURL"/> </item> </layout> </widget> <widget class="QWidget" name="tabSwagger"> <attribute name="title"> <string>Kinopoisk Unofficial API</string> </attribute> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="lblToken"> <property name="text"> <string>Token</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="edToken"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Actors count</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="sbActorsCount"> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>99</number> </property> <property name="value"> <number>3</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Directors count</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="sbDirectorsCount"> <property name="minimum"> <number>1</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Language for name</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="cbxNameLanguage"> <item> <property name="text"> <string>Russian</string> </property> </item> <item> <property name="text"> <string>English</string> </property> </item> </widget> </item> </layout> </widget> <widget class="QWidget" name="tabColumns"> <attribute name="icon"> <iconset> <normaloff>../icons/columns.png</normaloff>../icons/columns.png</iconset> </attribute> <attribute name="title"> <string>Columns</string> </attribute> <layout class="QGridLayout" name="layoutColumns"> <item row="0" column="0"> <widget class="QScrollArea" name="scrollAreaColumns"> <property name="widgetResizable"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>307</width> <height>202</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"/> </widget> </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>formOptions</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>formOptions</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>