2019-05-15 19:42:17 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsDialog</class>
|
|
|
|
<widget class="QWidget" name="SettingsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-05-16 13:07:52 +02:00
|
|
|
<width>520</width>
|
2019-05-18 13:28:10 +02:00
|
|
|
<height>404</height>
|
2019-05-15 19:42:17 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Auto Zoomer Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEditNew">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>www.example.com</string>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-05-16 13:07:52 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxNew"/>
|
2019-05-15 19:42:17 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-05-16 13:07:52 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
|
2019-05-15 19:42:17 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="listWidget">
|
2019-05-16 13:07:52 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>400</width>
|
|
|
|
<height>200</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2019-05-15 19:42:17 +02:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollMode">
|
|
|
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionRectVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonAdd">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxEnableAutoZoomer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable AutoZoomer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-15 21:30:22 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxDefaultZoom">
|
|
|
|
<property name="text">
|
|
|
|
<string>On unknown host zoom to default zoom level</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-18 13:28:10 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QKeySequenceEdit" name="keySequenceEditShortcut"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonClear">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2019-05-15 19:42:17 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBoxConfirm">
|
|
|
|
<property name="tabletTracking">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>pushButtonAdd</tabstop>
|
|
|
|
<tabstop>pushButtonRemove</tabstop>
|
|
|
|
<tabstop>listWidget</tabstop>
|
|
|
|
<tabstop>checkBoxEnableAutoZoomer</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
2019-05-18 13:28:10 +02:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>pushButtonClear</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>keySequenceEditShortcut</receiver>
|
|
|
|
<slot>clear()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>453</x>
|
|
|
|
<y>346</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>383</x>
|
|
|
|
<y>347</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2019-05-15 19:42:17 +02:00
|
|
|
</ui>
|