theshell/shell/background.ui
2018-05-19 21:28:54 +10:00

55 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Background</class>
<widget class="QDialog" name="Background">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<height>447</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string notr="true">theShell Background</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icon.svg</normaloff>:/icons/icon.svg</iconset>
</property>
<action name="actionChange_Background">
<property name="icon">
<iconset theme="image">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Change Background</string>
</property>
</action>
<action name="actionOpen_Status_Center">
<property name="icon">
<iconset theme="dialog-information">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Open Status Center</string>
</property>
</action>
<action name="actionOpen_theShell_Settings">
<property name="icon">
<iconset theme="configure">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Open System Settings</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>