/
githubmirror
/
setools
Обзор
Документация
Войти
/
githubmirror
/
setools
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.0.1
data/permmapping.ui
52 строки
1 KB
Chris PeBenito
apol: implement permission map editor
12 апр 2016, 22:02
12 апр 2016, 22:02
7938a89
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PermMapping_ui</class> <widget class="QWidget" name="PermMapping_ui"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>457</width> <height>41</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="permission"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item> <widget class="QComboBox" name="direction"> <property name="currentText"> <string/> </property> </widget> </item> <item> <widget class="QSpinBox" name="weight"> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>10</number> </property> </widget> </item> <item> <widget class="QCheckBox" name="enabled"> <property name="text"> <string>Include</string> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>