syncthingtray/widgets/settings/applywizardpage.ui
Martchus 9865b2286f Develop wizard further
* Add page to apply settings
* Add page to show final result
* Fix updating systemd checkbox (`isVisible()` did not work because when
  the function is running the whole page is not visible)
* Enable systemd integration by default if either the user service or the
  system service are running
* Fix typo
2022-09-17 23:10:58 +02:00

23 lines
780 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::ApplyWizardPage</class>
<widget class="QWidget" name="QtGui::ApplyWizardPage">
<property name="windowTitle">
<string>General</string>
</property>
<property name="windowIcon">
<iconset theme="internet-web-browser" resource="../resources/syncthingwidgetsicons.qrc">
<normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextBrowser" name="summaryTextBrowser"/>
</item>
</layout>
</widget>
<resources>
<include location="../resources/syncthingwidgetsicons.qrc"/>
</resources>
<connections/>
</ui>