254 lines
7.2 KiB
XML
254 lines
7.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PageMemoryRights</class>
|
|
<widget class="QDialog" name="PageMemoryRights">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>445</width>
|
|
<height>349</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Set Page Memory Rights</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset theme="memory-map" resource="../../resource.qrc">
|
|
<normaloff>:/Default/icons/memory-map.png</normaloff>:/Default/icons/memory-map.png</iconset>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QTableWidget" name="pagetableWidget">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="autoScroll">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="buttonsLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="btnSelectall">
|
|
<property name="text">
|
|
<string>Select ALL</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnDeselectall">
|
|
<property name="text">
|
|
<string>Deselect ALL</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayoutGroup">
|
|
<item>
|
|
<widget class="QGroupBox" name="rightsGroup">
|
|
<property name="title">
|
|
<string>Rights</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<property name="fieldGrowthPolicy">
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QRadioButton" name="radioNoaccess">
|
|
<property name="text">
|
|
<string>NO ACCESS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QRadioButton" name="radioReadonly">
|
|
<property name="text">
|
|
<string>READ ONLY</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QRadioButton" name="radioReadwrite">
|
|
<property name="text">
|
|
<string>READ WRITE</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QRadioButton" name="radioExecute">
|
|
<property name="text">
|
|
<string>EXECUTE</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QRadioButton" name="radioExecuteread">
|
|
<property name="text">
|
|
<string>EXECUTE READ</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QRadioButton" name="radioFullaccess">
|
|
<property name="text">
|
|
<string>FULL ACCESS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QRadioButton" name="radioWritecopy">
|
|
<property name="text">
|
|
<string>WRITE COPY</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QRadioButton" name="radioExecutewritecopy">
|
|
<property name="text">
|
|
<string>EXECUTE WRITE COPY</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnSetrights">
|
|
<property name="text">
|
|
<string>Set Rights</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<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="chkPageguard">
|
|
<property name="text">
|
|
<string>PAGE GUARD</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
<item>
|
|
<spacer name="horizontalSpacer_2">
|
|
<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="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Press CTRL or SHIFT key to select multiple pages</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="LnEdStatus">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="text">
|
|
<string>&Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>pagetableWidget</tabstop>
|
|
<tabstop>btnSelectall</tabstop>
|
|
<tabstop>btnDeselectall</tabstop>
|
|
<tabstop>radioNoaccess</tabstop>
|
|
<tabstop>radioReadonly</tabstop>
|
|
<tabstop>radioReadwrite</tabstop>
|
|
<tabstop>radioExecute</tabstop>
|
|
<tabstop>radioExecuteread</tabstop>
|
|
<tabstop>radioFullaccess</tabstop>
|
|
<tabstop>radioWritecopy</tabstop>
|
|
<tabstop>radioExecutewritecopy</tabstop>
|
|
<tabstop>btnSetrights</tabstop>
|
|
<tabstop>chkPageguard</tabstop>
|
|
<tabstop>LnEdStatus</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../../resource.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>pushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>PageMemoryRights</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>460</x>
|
|
<y>314</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>496</x>
|
|
<y>316</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|