diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 00:30:32 +0200 |
| commit | f02ccb928fd4ed591d2efe118a571e154f5df68a (patch) | |
| tree | 2fc7c4037423d074c410f4c53714ddc842d33351 /src/settingsdialog.ui | |
| parent | 425f9d41cd337133d5677744eef937a8a2a61212 (diff) | |
| download | kristall-f02ccb928fd4ed591d2efe118a571e154f5df68a.tar.gz | |
Starts to implement gopher protocol and gophermap support. Heavily WIP, but you can already surf on gopherspace!
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 93 |
1 files changed, 90 insertions, 3 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 58c20e5..16d6cef 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>520</height> + <width>850</width> + <height>540</height> </rect> </property> <property name="windowTitle"> @@ -57,7 +57,7 @@ <item> <widget class="QCheckBox" name="enable_gopher"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="text"> <string>Gopher</string> @@ -532,6 +532,93 @@ </property> </widget> </item> + <item row="13" column="1"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QComboBox" name="presets"/> + </item> + <item> + <widget class="QToolButton" name="preset_new"> + <property name="toolTip"> + <string>Save as new preset</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/plus.svg</normaloff>:/icons/plus.svg</iconset> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="preset_save"> + <property name="toolTip"> + <string>Override current preset</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/content-save.svg</normaloff>:/icons/content-save.svg</iconset> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="preset_load"> + <property name="toolTip"> + <string>Load preset</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/folder-open.svg</normaloff>:/icons/folder-open.svg</iconset> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="preset_import"> + <property name="toolTip"> + <string>Imports preset…</string> + </property> + <property name="toolTipDuration"> + <number>-1</number> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/content-save-import.svg</normaloff>:/icons/content-save-import.svg</iconset> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="preset_export"> + <property name="toolTip"> + <string>Export preset…</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/content-save-move.svg</normaloff>:/icons/content-save-move.svg</iconset> + </property> + </widget> + </item> + </layout> + </item> + <item row="13" column="0"> + <widget class="QLabel" name="label_17"> + <property name="text"> + <string>Presets</string> + </property> + </widget> + </item> </layout> </item> <item> |
