mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-25 04:26:28 +00:00
323 lines
8.4 KiB
XML
323 lines
8.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ApolMainWindow_ui</class>
|
|
<widget class="QMainWindow" name="ApolMainWindow_ui">
|
|
<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>&File</string>
|
|
</property>
|
|
<addaction name="open_policy"/>
|
|
<addaction name="close_policy_action"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="exit_apol"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="apol_help_action"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="about_apol_action"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Edit">
|
|
<property name="title">
|
|
<string>&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 &Map</string>
|
|
</property>
|
|
<addaction name="open_permmap"/>
|
|
<addaction name="edit_permmap_action"/>
|
|
<addaction name="save_permmap_action"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuWorkspace">
|
|
<property name="title">
|
|
<string>Workspace</string>
|
|
</property>
|
|
<addaction name="new_analysis"/>
|
|
<addaction name="new_from_settings_action"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="load_settings_action"/>
|
|
<addaction name="save_settings_action"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="load_workspace_action"/>
|
|
<addaction name="save_workspace_action"/>
|
|
</widget>
|
|
<addaction name="menu_File"/>
|
|
<addaction name="menuWorkspace"/>
|
|
<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 theme="folder-open"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>&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&xit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="about_apol_action">
|
|
<property name="text">
|
|
<string>About Apol</string>
|
|
</property>
|
|
</action>
|
|
<action name="new_analysis">
|
|
<property name="icon">
|
|
<iconset theme="list-add"/>
|
|
</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>&Rename Tab</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Rename the active tab.</string>
|
|
</property>
|
|
</action>
|
|
<action name="close_tab_action">
|
|
<property name="text">
|
|
<string>&Close Tab</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Close the active tab.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+W</string>
|
|
</property>
|
|
</action>
|
|
<action name="close_policy_action">
|
|
<property name="text">
|
|
<string>Close Policy</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Close the current policy. Closes all analyses too.</string>
|
|
</property>
|
|
</action>
|
|
<action name="edit_permmap_action">
|
|
<property name="text">
|
|
<string>Edit Permission Map</string>
|
|
</property>
|
|
</action>
|
|
<action name="save_permmap_action">
|
|
<property name="text">
|
|
<string>Save Permission Map</string>
|
|
</property>
|
|
</action>
|
|
<action name="apol_help_action">
|
|
<property name="text">
|
|
<string>Apol Help</string>
|
|
</property>
|
|
</action>
|
|
<action name="save_settings_action">
|
|
<property name="text">
|
|
<string>Save Tab Settings</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Save the current tab's settings to file.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="load_settings_action">
|
|
<property name="text">
|
|
<string>Load Tab Settings</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Load settings for the current tab.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="load_workspace_action">
|
|
<property name="text">
|
|
<string>Load Workspace</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Load workspace from file.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="save_workspace_action">
|
|
<property name="text">
|
|
<string>Save Workspace</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Save workspace to file.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="new_from_settings_action">
|
|
<property name="text">
|
|
<string>New Analysis From Settings</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Start a new analysis using settings from a file.</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+N</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>exit_apol</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>ApolMainWindow_ui</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>
|