mirror of https://github.com/PurpleI2P/i2pd.git
hypnosis-i2p
7 years ago
5 changed files with 199 additions and 22 deletions
@ -0,0 +1,109 @@
@@ -0,0 +1,109 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<ui version="4.0"> |
||||
<class>StatusButtonsForm</class> |
||||
<widget class="QWidget" name="StatusButtonsForm"> |
||||
<property name="geometry"> |
||||
<rect> |
||||
<x>0</x> |
||||
<y>0</y> |
||||
<width>170</width> |
||||
<height>295</height> |
||||
</rect> |
||||
</property> |
||||
<property name="sizePolicy"> |
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
||||
<horstretch>0</horstretch> |
||||
<verstretch>0</verstretch> |
||||
</sizepolicy> |
||||
</property> |
||||
<property name="minimumSize"> |
||||
<size> |
||||
<width>170</width> |
||||
<height>295</height> |
||||
</size> |
||||
</property> |
||||
<property name="windowTitle"> |
||||
<string>Form</string> |
||||
</property> |
||||
<widget class="QWidget" name="verticalLayoutWidget"> |
||||
<property name="geometry"> |
||||
<rect> |
||||
<x>20</x> |
||||
<y>0</y> |
||||
<width>151</width> |
||||
<height>301</height> |
||||
</rect> |
||||
</property> |
||||
<layout class="QVBoxLayout" name="verticalLayout"> |
||||
<property name="sizeConstraint"> |
||||
<enum>QLayout::SetDefaultConstraint</enum> |
||||
</property> |
||||
<item> |
||||
<widget class="QPushButton" name="mainPagePushButton"> |
||||
<property name="text"> |
||||
<string>Main page</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="routerCommandsPushButton"> |
||||
<property name="text"> |
||||
<string>Router commands</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="localDestinationsPushButton"> |
||||
<property name="text"> |
||||
<string>Local destinations</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="leasesetsPushButton"> |
||||
<property name="text"> |
||||
<string>Leasesets</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="tunnelsPushButton"> |
||||
<property name="text"> |
||||
<string>Tunnels</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="transitTunnelsPushButton"> |
||||
<property name="text"> |
||||
<string>Transit tunnels</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="transportsPushButton"> |
||||
<property name="text"> |
||||
<string>Transports</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="i2pTunnelsPushButton"> |
||||
<property name="text"> |
||||
<string>I2P tunnels</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
<item> |
||||
<widget class="QPushButton" name="samSessionsPushButton"> |
||||
<property name="text"> |
||||
<string>SAM sessions</string> |
||||
</property> |
||||
</widget> |
||||
</item> |
||||
</layout> |
||||
</widget> |
||||
</widget> |
||||
<resources/> |
||||
<connections/> |
||||
</ui> |
Loading…
Reference in new issue