/
githubmirror
/
setools
Обзор
Документация
Войти
/
githubmirror
/
setools
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.0.0-beta
data/apol.ui
208 строк
5 KB
Chris PeBenito
Shrink GUI layout margins and spacing.
30 июн 2015, 16:15
30 июн 2015, 16:15
3cc8d49
Код
Авторство
О чём код?
<?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>&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>&Help</string> </property> <addaction name="about_Apol"/> </widget> <widget class="QMenu" name="menu_Edit"> <property name="title"> <string>&Edit</string> </property> <addaction name="actionCut"/> <addaction name="actionCopy"/> <addaction name="actionPaste"/> </widget> <widget class="QMenu" name="menuPerm_Map"> <property name="title"> <string>Permission &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>&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"> <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="actionCut"> <property name="text"> <string>Cut</string> </property> <property name="shortcut"> <string>Ctrl+X</string> </property> </action> <action name="actionCopy"> <property name="text"> <string>Copy</string> </property> <property name="shortcut"> <string>Ctrl+C</string> </property> </action> <action name="actionPaste"> <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> </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>