212 lines
5.5 KiB
XML
212 lines
5.5 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>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>GXDE Kerne Manager</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="Resource.qrc">
|
|
<normaloff>:/icon/gxde-kernel-manager.svg</normaloff>:/icon/gxde-kernel-manager.svg</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QTableView" name="m_kernelShow">
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="m_nowKernel">
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="m_showLocalArchOnly">
|
|
<property name="text">
|
|
<string>Show local PC architecture only</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_refreshButton">
|
|
<property name="text">
|
|
<string>Refresh</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_reconfigureButton">
|
|
<property name="text">
|
|
<string>Reconfigure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_installButton">
|
|
<property name="text">
|
|
<string>Install</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_removeButton">
|
|
<property name="text">
|
|
<string>Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuProgram">
|
|
<property name="title">
|
|
<string>Program</string>
|
|
</property>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="actionGitee"/>
|
|
<addaction name="actionGithub"/>
|
|
<addaction name="actionSourceforge"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionDonate"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionAbout_QT"/>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuApt">
|
|
<property name="title">
|
|
<string>Apt</string>
|
|
</property>
|
|
<addaction name="actionUpdate_apt_cache"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionUpgrade"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuGrub">
|
|
<property name="title">
|
|
<string>Grub</string>
|
|
</property>
|
|
<addaction name="actionUpdate_Grub"/>
|
|
</widget>
|
|
<addaction name="menuProgram"/>
|
|
<addaction name="menuApt"/>
|
|
<addaction name="menuGrub"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionExit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>About</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGitee">
|
|
<property name="text">
|
|
<string>Gitee</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGithub">
|
|
<property name="text">
|
|
<string>Github</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpdate_apt_cache">
|
|
<property name="text">
|
|
<string>Update apt cache</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout_QT">
|
|
<property name="text">
|
|
<string>About QT</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpgrade">
|
|
<property name="text">
|
|
<string>Upgrade</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDonate">
|
|
<property name="text">
|
|
<string>Donate</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSourceforge">
|
|
<property name="text">
|
|
<string>Sourceforge</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpdate_Grub">
|
|
<property name="text">
|
|
<string>Update Grub</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="Resource.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|