OvhKvm/mainwindow.ui

162 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1122</width>
<height>645</height>
</rect>
</property>
<property name="windowTitle">
<string>Ovh manager</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/ovh.svg</normaloff>:/ovh.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTreeWidget" name="serverList">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>512</width>
<height>16777215</height>
</size>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="minimumSize">
<size>
<width>640</width>
<height>0</height>
</size>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1122</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuOvh_KVM">
<property name="title">
<string>Ovh KVM</string>
</property>
<widget class="QMenu" name="menuLogin">
<property name="title">
<string>&amp;Login</string>
</property>
<property name="icon">
<iconset theme="folder">
<normaloff>.</normaloff>.</iconset>
</property>
<addaction name="actionLogin"/>
<addaction name="actionPurgeLogins"/>
</widget>
<addaction name="menuLogin"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuBilling">
<property name="title">
<string>Billing</string>
</property>
<addaction name="actionGraphPerMonth"/>
<addaction name="actionBillsOfLastMonth"/>
<addaction name="actionFidelity"/>
<addaction name="actionServices"/>
</widget>
<addaction name="menuOvh_KVM"/>
<addaction name="menuBilling"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionQuit">
<property name="icon">
<iconset theme="application-exit">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionLogin">
<property name="icon">
<iconset theme="document-new">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;New login</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionGraphPerMonth">
<property name="text">
<string>Graph per month</string>
</property>
</action>
<action name="actionBillsOfLastMonth">
<property name="text">
<string>Bills of last month</string>
</property>
</action>
<action name="actionFidelity">
<property name="text">
<string>Fidelity</string>
</property>
</action>
<action name="actionServices">
<property name="text">
<string>Services</string>
</property>
</action>
<action name="actionPurgeLogins">
<property name="text">
<string>Purge expired logins</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>