kde-playground/polkit-kde-kcmodules-1/polkitactions/explicitwidget.ui

226 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExplicitAuthorizationWidget</class>
<widget class="QWidget" name="ExplicitAuthorizationWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>460</width>
<height>335</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Here you can set a higher priority policy restricted to some users or groups</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Any</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="KComboBox" name="anyComboBox">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (retain)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (retain)</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Inactive console</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="KComboBox" name="inactiveComboBox">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (retain)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (retain)</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Active console</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="KComboBox" name="activeComboBox">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Administrator Authentication (retain)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (one shot)</string>
</property>
</item>
<item>
<property name="text">
<string>Authentication (retain)</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KLineEdit" name="titleEdit"/>
</item>
</layout>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>446</width>
<height>140</height>
</rect>
</property>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<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="KPushButton" name="addButton">
<property name="text">
<string>Add...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>