i2pd/qt/i2pd_qt/mainwindow.ui

510 lines
15 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-06-14 03:52:17 +03:00
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
2016-06-14 03:52:17 +03:00
<rect>
<x>0</x>
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>908</width>
2017-07-31 02:36:38 +03:00
<height>550</height>
2016-06-14 03:52:17 +03:00
</rect>
</property>
2017-07-31 02:36:38 +03:00
<property name="minimumSize">
<size>
2017-08-01 21:40:11 +03:00
<width>908</width>
2017-07-31 02:36:38 +03:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2017-08-01 21:40:11 +03:00
<width>908</width>
2017-07-31 02:36:38 +03:00
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
2016-06-14 03:52:17 +03:00
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
2017-01-28 11:01:34 +03:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-03-14 15:34:01 +03:00
<property name="minimumSize">
<size>
2017-08-01 21:40:11 +03:00
<width>908</width>
<height>550</height>
2017-03-14 15:34:01 +03:00
</size>
</property>
<property name="maximumSize">
<size>
2017-08-01 21:40:11 +03:00
<width>908</width>
2017-07-31 02:36:38 +03:00
<height>550</height>
2017-03-14 15:34:01 +03:00
</size>
</property>
2017-02-01 22:09:57 +03:00
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
2017-02-01 22:09:57 +03:00
<y>10</y>
2017-08-01 21:40:11 +03:00
<width>888</width>
<height>530</height>
</rect>
</property>
2017-02-01 22:09:57 +03:00
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="sizeConstraint">
2017-07-31 02:36:38 +03:00
<enum>QLayout::SetMaximumSize</enum>
2017-02-01 22:09:57 +03:00
</property>
<item>
2017-07-31 02:36:38 +03:00
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0,0">
2017-02-01 22:09:57 +03:00
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
2017-07-31 02:36:38 +03:00
<property name="geometry" stdset="0">
<rect>
<x>0</x>
<y>0</y>
<width>170</width>
<height>496</height>
</rect>
</property>
2017-02-01 22:09:57 +03:00
<item>
<widget class="QPushButton" name="statusPagePushButton">
<property name="enabled">
2017-01-28 11:01:34 +03:00
<bool>true</bool>
2017-02-01 22:09:57 +03:00
</property>
<property name="text">
<string>Status</string>
</property>
</widget>
</item>
2017-07-31 02:36:38 +03:00
<item>
<widget class="QWidget" name="statusButtonsPane" native="true">
<property name="sizePolicy">
2017-07-31 04:58:54 +03:00
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2017-07-31 02:36:38 +03:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>172</width>
<height>0</height>
</size>
</property>
</widget>
</item>
2017-02-01 22:09:57 +03:00
<item>
<widget class="QPushButton" name="settingsPagePushButton">
<property name="enabled">
2017-01-28 11:01:34 +03:00
<bool>true</bool>
2017-02-01 22:09:57 +03:00
</property>
<property name="text">
2017-07-31 03:00:48 +03:00
<string>General settings</string>
2017-02-01 22:09:57 +03:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="tunnelsPagePushButton">
<property name="enabled">
2017-01-28 11:01:34 +03:00
<bool>true</bool>
2017-02-01 22:09:57 +03:00
</property>
<property name="text">
2017-07-31 03:00:48 +03:00
<string>Tunnels settings</string>
2017-02-01 22:09:57 +03:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="restartPagePushButton">
<property name="enabled">
2017-01-28 11:01:34 +03:00
<bool>true</bool>
2017-02-01 22:09:57 +03:00
</property>
<property name="text">
<string>Restart</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="quitPagePushButton">
<property name="enabled">
2017-01-28 11:01:34 +03:00
<bool>true</bool>
2017-02-01 22:09:57 +03:00
</property>
<property name="text">
<string>Quit</string>
</property>
</widget>
</item>
2017-07-31 02:36:38 +03:00
<item>
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
2017-07-31 04:58:54 +03:00
<width>171</width>
2017-07-31 02:36:38 +03:00
<height>0</height>
</size>
</property>
</spacer>
</item>
2017-02-01 22:09:57 +03:00
<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>
2016-06-24 22:37:59 +03:00
<item>
2017-02-01 22:09:57 +03:00
<widget class="QStackedWidget" name="stackedWidget">
2017-01-28 11:01:34 +03:00
<property name="sizePolicy">
2017-07-31 03:00:48 +03:00
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2017-01-28 11:01:34 +03:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-03-14 15:34:01 +03:00
<property name="minimumSize">
<size>
<width>0</width>
2017-07-31 03:00:48 +03:00
<height>528</height>
2017-03-14 15:34:01 +03:00
</size>
</property>
2017-01-28 11:01:34 +03:00
<property name="maximumSize">
<size>
2017-08-01 21:40:11 +03:00
<width>713</width>
2017-07-31 03:00:48 +03:00
<height>713</height>
2017-01-28 11:01:34 +03:00
</size>
</property>
<property name="currentIndex">
2017-08-27 07:39:00 +03:00
<number>1</number>
2017-01-28 11:01:34 +03:00
</property>
2017-02-01 22:09:57 +03:00
<widget class="QWidget" name="statusPage">
2017-08-01 21:40:11 +03:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-02-01 22:09:57 +03:00
<widget class="QWidget" name="verticalLayoutWidget_5">
<property name="geometry">
<rect>
2017-01-28 11:01:34 +03:00
<x>0</x>
2017-02-01 22:09:57 +03:00
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>713</width>
2017-07-31 03:00:48 +03:00
<height>531</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
2017-01-28 11:01:34 +03:00
<property name="sizeConstraint">
2017-08-01 21:40:11 +03:00
<enum>QLayout::SetMaximumSize</enum>
2017-01-28 11:01:34 +03:00
</property>
2017-02-01 22:09:57 +03:00
<item>
<widget class="QLabel" name="label_4">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>Status</string>
</property>
</widget>
</item>
<item>
2017-08-01 21:40:11 +03:00
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
2017-02-01 22:09:57 +03:00
</property>
2017-08-01 21:40:11 +03:00
</layout>
2017-02-01 22:09:57 +03:00
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="settingsPage">
2017-01-28 11:01:34 +03:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-02-01 22:09:57 +03:00
<widget class="QWidget" name="verticalLayoutWidget_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>711</width>
2017-07-31 03:00:48 +03:00
<height>531</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
2017-01-28 11:01:34 +03:00
<property name="sizeConstraint">
2017-07-31 03:00:48 +03:00
<enum>QLayout::SetMaximumSize</enum>
2017-01-28 11:01:34 +03:00
</property>
2017-02-01 22:09:57 +03:00
<item>
2017-01-28 11:01:34 +03:00
<widget class="QLabel" name="settingsTitleLabel">
2017-02-01 22:09:57 +03:00
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
2017-07-31 04:58:54 +03:00
<string>General settings</string>
2017-02-01 22:09:57 +03:00
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="settingsScrollArea">
2017-01-28 11:01:34 +03:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
2017-02-01 22:09:57 +03:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="settingsContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>689</width>
<height>496</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-01-28 11:01:34 +03:00
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tunnelsPage">
<widget class="QWidget" name="verticalLayoutWidget_6">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>711</width>
2017-07-31 03:00:48 +03:00
<height>531</height>
2017-01-28 11:01:34 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<item>
2017-02-01 22:09:57 +03:00
<widget class="QLabel" name="label_5">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
2017-07-31 04:58:54 +03:00
<string>Tunnels settings</string>
2017-02-01 22:09:57 +03:00
</property>
</widget>
</item>
2017-03-14 15:34:01 +03:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_42">
<item>
<widget class="QPushButton" name="addClientTunnelPushButton">
<property name="text">
<string>Add Client Tunnel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addServerTunnelPushButton">
<property name="text">
<string>Add Server Tunnel</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_30">
<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>
</item>
2017-02-01 22:09:57 +03:00
<item>
<widget class="QScrollArea" name="tunnelsScrollArea">
2017-01-28 11:01:34 +03:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
2017-02-01 22:09:57 +03:00
<property name="widgetResizable">
2017-03-14 15:34:01 +03:00
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2017-02-01 22:09:57 +03:00
</property>
<widget class="QWidget" name="tunnelsScrollAreaWidgetContents">
<property name="geometry">
<rect>
2017-08-01 21:40:11 +03:00
<x>0</x>
2017-02-01 22:09:57 +03:00
<y>0</y>
2017-07-28 05:43:20 +03:00
<width>699</width>
<height>425</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="restartPage">
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>711</width>
<height>531</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
2017-01-28 11:01:34 +03:00
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
2017-02-01 22:09:57 +03:00
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>Restart</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="doRestartI2PDPushButton">
<property name="text">
<string>Restart i2pd</string>
</property>
</widget>
</item>
<item>
<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>
</layout>
</widget>
</widget>
<widget class="QWidget" name="quitPage">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>0</x>
2017-01-28 11:01:34 +03:00
<y>0</y>
2017-08-01 21:40:11 +03:00
<width>711</width>
<height>531</height>
2017-02-01 22:09:57 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="quitPageVerticalLayout">
<property name="sizeConstraint">
2017-01-28 11:01:34 +03:00
<enum>QLayout::SetMinAndMaxSize</enum>
2017-02-01 22:09:57 +03:00
</property>
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>Quit</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="fastQuitPushButton">
<property name="text">
<string>Quit Now</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="gracefulQuitPushButton">
<property name="text">
<string>Graceful Quit</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<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>
2016-06-24 22:37:59 +03:00
</widget>
</item>
</layout>
</widget>
</widget>
2016-06-14 03:52:17 +03:00
</widget>
<layoutdefault spacing="6" margin="11"/>
2016-06-14 03:52:17 +03:00
<resources/>
2017-02-01 22:09:57 +03:00
<connections/>
<slots>
<slot>handleQuitButton()</slot>
2016-06-24 22:37:59 +03:00
<slot>handleGracefulQuitButton()</slot>
</slots>
2016-06-14 03:52:17 +03:00
</ui>