xdg-desktop-portal-hyprland/hyprland-share-picker/mainpicker.ui

183 lines
4.4 KiB
Plaintext
Raw Normal View History

2022-12-03 22:27:49 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainPicker</class>
<widget class="QMainWindow" name="MainPicker">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>290</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<property name="windowTitle">
<string>MainPicker</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="minimumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>290</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>290</height>
</size>
</property>
<property name="toolTip">
<string/>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
2023-09-22 20:28:47 +02:00
<number>0</number>
2022-12-03 22:27:49 +01:00
</property>
<widget class="QWidget" name="screens">
<attribute name="title">
<string>Screen</string>
</attribute>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>461</width>
2023-09-06 20:36:48 +02:00
<height>201</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
2023-09-06 20:36:48 +02:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
2022-12-03 22:27:49 +01:00
<property name="widgetResizable">
<bool>false</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>459</width>
<height>239</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>459</width>
<height>239</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="windows">
<attribute name="title">
<string>Window</string>
</attribute>
<widget class="QScrollArea" name="scrollArea_2">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>461</width>
2023-09-06 20:36:48 +02:00
<height>201</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
2023-09-06 20:36:48 +02:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
2022-12-03 22:27:49 +01:00
<property name="widgetResizable">
<bool>false</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>459</width>
<height>239</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>459</width>
<height>239</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="region">
<attribute name="title">
<string>Region</string>
</attribute>
</widget>
</widget>
2023-09-06 20:36:48 +02:00
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>340</x>
<y>256</y>
<width>140</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>By selecting this, the application will be given a restore token that it can use to skip prompting you next time. Only select if you trust the application.</string>
</property>
<property name="text">
<string>Allow a restore token</string>
</property>
</widget>
2022-12-03 22:27:49 +01:00
</widget>
</widget>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>scrollArea_2</tabstop>
<tabstop>tabWidget</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>