setools/data/apol.ui
2016-03-02 08:19:07 -05:00

228 lines
5.6 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="minimumSize">
<size>
<width>640</width>
<height>480</height>
</size>
</property>
<property name="windowTitle">
<string>apol</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="AnalysisTabs">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="open_policy"/>
<addaction name="separator"/>
<addaction name="exit_apol"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="about_Apol"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&amp;Edit</string>
</property>
<addaction name="cut_action"/>
<addaction name="copy_action"/>
<addaction name="paste_action"/>
</widget>
<widget class="QMenu" name="menuPerm_Map">
<property name="title">
<string>Permission &amp;Map</string>
</property>
<addaction name="open_permmap"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menuPerm_Map"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="open_policy"/>
<addaction name="new_analysis"/>
</widget>
<action name="open_policy">
<property name="icon">
<iconset>
<normaloff>icons/Folder.png</normaloff>icons/Folder.png</iconset>
</property>
<property name="text">
<string>&amp;Open Policy</string>
</property>
<property name="toolTip">
<string>Open an SELinux Policy</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="exit_apol">
<property name="text">
<string>E&amp;xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="about_Apol">
<property name="text">
<string>About Apol</string>
</property>
</action>
<action name="new_analysis">
<property name="icon">
<iconset>
<normaloff>icons/Add.png</normaloff>icons/Add.png</iconset>
</property>
<property name="text">
<string>New Analysis</string>
</property>
<property name="toolTip">
<string>Start a new analysis on this policy.</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="cut_action">
<property name="text">
<string>Cut</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="copy_action">
<property name="text">
<string>Copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="paste_action">
<property name="text">
<string>Paste</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="open_permmap">
<property name="text">
<string>Open Permission Map</string>
</property>
<property name="toolTip">
<string>Open permission map used for information flow analysis</string>
</property>
</action>
<action name="rename_tab_action">
<property name="text">
<string>&amp;Rename Tab</string>
</property>
<property name="toolTip">
<string>Rename the active tab.</string>
</property>
</action>
<action name="close_tab_action">
<property name="text">
<string>&amp;Close Tab</string>
</property>
<property name="toolTip">
<string>Close the active tab.</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>exit_apol</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>