2013-11-23 13:48:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsEditor</class>
|
|
|
|
<widget class="QDialog" name="SettingsEditor">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-02-21 00:45:53 +07:00
|
|
|
<width>889</width>
|
|
|
|
<height>549</height>
|
2013-11-23 13:48:34 +07:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-11-24 19:43:37 +07:00
|
|
|
<string>Настройки</string>
|
2013-11-23 13:48:34 +07:00
|
|
|
</property>
|
2015-10-10 03:34:24 +07:00
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="1" column="0" colspan="4">
|
2015-09-29 22:14:56 +07:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
2013-11-26 23:59:47 +07:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2015-09-29 22:14:56 +07:00
|
|
|
<property name="standardButtons">
|
2020-03-15 19:20:28 +07:00
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2013-11-26 23:59:47 +07:00
|
|
|
</property>
|
2015-09-29 22:14:56 +07:00
|
|
|
</widget>
|
2013-11-26 23:59:47 +07:00
|
|
|
</item>
|
2020-03-15 18:10:26 +07:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListView" name="pagesList">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-03-15 18:10:34 +07:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2020-03-15 18:10:26 +07:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="0" column="1" colspan="3">
|
|
|
|
<widget class="QStackedWidget" name="pagesView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-10-10 03:34:24 +07:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2013-11-26 23:59:47 +07:00
|
|
|
</property>
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QWidget" name="pageGeneral">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2015-10-10 03:34:24 +07:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Shortcuts</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Capture</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QKeySequenceEdit" name="captureEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Repeat capture</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QKeySequenceEdit" name="repeatCaptureEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Show last result</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QKeySequenceEdit" name="repeatEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Copy result to clipboard</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QKeySequenceEdit" name="clipboardEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item>
|
2015-10-10 18:45:57 +07:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Proxy</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Type:</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="proxyTypeCombo"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>User:</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLineEdit" name="proxyUserEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Address:</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="proxyHostEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Password:</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLineEdit" name="proxyPassEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Port:</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="proxyPortSpin">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="proxySaveCheck">
|
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>save password (unsafe)</string>
|
2015-10-10 18:45:57 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-09 15:29:51 +07:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="showOnStart">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show message on program start</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
2015-10-10 18:45:57 +07:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2020-02-21 00:45:53 +07:00
|
|
|
<height>40</height>
|
2015-10-10 18:45:57 +07:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-10-10 03:34:24 +07:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QWidget" name="pageRecognize">
|
2015-10-10 17:33:18 +07:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
2020-03-15 18:25:27 +07:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-10-10 03:34:24 +07:00
|
|
|
<property name="text">
|
2020-03-15 18:25:27 +07:00
|
|
|
<string>Default language:</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2020-02-21 00:45:53 +07:00
|
|
|
<cstring>tesseractLangCombo</cstring>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-10-10 03:34:24 +07:00
|
|
|
<property name="text">
|
2020-03-15 18:25:27 +07:00
|
|
|
<string>Tessdata path:</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="2" column="2">
|
2020-02-21 00:45:53 +07:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
2020-02-21 00:45:53 +07:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2020-03-15 18:25:27 +07:00
|
|
|
<width>17</width>
|
|
|
|
<height>410</height>
|
2020-02-21 00:45:53 +07:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="tesseractLangCombo"/>
|
2015-10-10 03:34:24 +07:00
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLineEdit" name="tessdataPath">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2020-02-21 00:45:53 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="pageCorrect">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_10">
|
|
|
|
<item row="1" column="0" colspan="2">
|
2015-10-10 17:33:18 +07:00
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
2020-03-08 17:49:15 +07:00
|
|
|
<string>Substitutions</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
2015-10-10 17:33:18 +07:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-08 17:49:15 +07:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="useUserSubstitutions">
|
|
|
|
<property name="text">
|
|
|
|
<string>Substitute recognized text</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="2" column="0" colspan="2">
|
2020-03-08 17:49:15 +07:00
|
|
|
<widget class="SubstitutionsTable" name="userSubstitutionsTable">
|
2015-10-10 17:33:18 +07:00
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-10-10 03:34:24 +07:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QWidget" name="pageTranslate">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QSpinBox" name="translateTimeoutSpin">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> secs</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
2020-02-21 00:45:53 +07:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="doTranslationCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Translate text</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="ignoreSslCheck">
|
2015-10-10 03:34:24 +07:00
|
|
|
<property name="text">
|
2020-02-21 00:45:53 +07:00
|
|
|
<string>Ignore SSL errors</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>Single translator timeout:</string>
|
2017-05-27 17:03:17 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="translatorDebugCheck">
|
2015-10-10 03:34:24 +07:00
|
|
|
<property name="text">
|
2020-03-15 18:25:27 +07:00
|
|
|
<string>Debug mode</string>
|
2015-10-10 03:34:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="7" column="0" colspan="3">
|
2015-10-10 03:34:24 +07:00
|
|
|
<widget class="QListWidget" name="translatorList">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::InternalMove</enum>
|
|
|
|
</property>
|
|
|
|
<property name="defaultDropAction">
|
|
|
|
<enum>Qt::MoveAction</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
2018-02-23 01:31:24 +07:00
|
|
|
<property name="text">
|
2020-03-15 18:25:27 +07:00
|
|
|
<string>Language:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>translateLangCombo</cstring>
|
2018-02-23 01:31:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="5" column="1" colspan="2">
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QComboBox" name="translateLangCombo"/>
|
|
|
|
</item>
|
2020-03-15 18:25:27 +07:00
|
|
|
<item row="6" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Translators</string>
|
2020-02-21 00:45:53 +07:00
|
|
|
</property>
|
2020-03-15 18:25:27 +07:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
2018-02-23 01:31:24 +07:00
|
|
|
<property name="text">
|
2020-03-15 18:25:27 +07:00
|
|
|
<string>Translators path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="translatorsPath">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2018-02-23 01:31:24 +07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="pageRepresent">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="resultGroup">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Result type</string>
|
2018-02-23 01:31:24 +07:00
|
|
|
</property>
|
2020-02-21 00:45:53 +07:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QRadioButton" name="trayRadio">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tray</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="dialogRadio">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Window</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-02-23 01:31:24 +07:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="pageUpdate">
|
2020-03-15 18:10:26 +07:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>204</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>203</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="3">
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QWidget" name="widget_3" native="true">
|
2020-03-15 18:10:26 +07:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for updates:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:10:26 +07:00
|
|
|
<item>
|
2020-02-21 00:45:53 +07:00
|
|
|
<widget class="QComboBox" name="updateCombo"/>
|
|
|
|
</item>
|
2020-03-15 18:10:26 +07:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="checkUpdates">
|
2020-02-21 00:45:53 +07:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Check now</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-03-15 18:10:26 +07:00
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QTreeView" name="updatesView">
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
2020-02-21 00:45:53 +07:00
|
|
|
</property>
|
2020-03-15 18:10:26 +07:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="applyUpdates">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply updates</string>
|
2020-02-21 00:45:53 +07:00
|
|
|
</property>
|
2020-03-15 18:10:26 +07:00
|
|
|
</widget>
|
2020-02-21 00:45:53 +07:00
|
|
|
</item>
|
2015-10-10 03:34:24 +07:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-11-24 19:43:37 +07:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-11-23 13:48:34 +07:00
|
|
|
</widget>
|
2020-03-08 17:49:15 +07:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>SubstitutionsTable</class>
|
|
|
|
<extends>QTableWidget</extends>
|
|
|
|
<header>substitutionstable.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-11-24 20:06:19 +07:00
|
|
|
<tabstops>
|
2015-10-10 03:34:24 +07:00
|
|
|
<tabstop>captureEdit</tabstop>
|
|
|
|
<tabstop>repeatCaptureEdit</tabstop>
|
|
|
|
<tabstop>repeatEdit</tabstop>
|
|
|
|
<tabstop>clipboardEdit</tabstop>
|
2015-10-10 23:11:21 +07:00
|
|
|
<tabstop>proxyTypeCombo</tabstop>
|
|
|
|
<tabstop>proxyHostEdit</tabstop>
|
|
|
|
<tabstop>proxyPortSpin</tabstop>
|
|
|
|
<tabstop>proxyUserEdit</tabstop>
|
|
|
|
<tabstop>proxyPassEdit</tabstop>
|
|
|
|
<tabstop>proxySaveCheck</tabstop>
|
2013-11-24 20:06:19 +07:00
|
|
|
</tabstops>
|
2013-11-23 13:48:34 +07:00
|
|
|
<resources/>
|
2020-03-15 19:20:28 +07:00
|
|
|
<connections/>
|
2013-11-23 13:48:34 +07:00
|
|
|
</ui>
|