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

200 lines
4.8 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>5</y>
2022-12-03 22:27:49 +01:00
<width>500</width>
<height>285</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>285</height>
2022-12-03 22:27:49 +01:00
</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">
<number>1</number>
2022-12-03 22:27:49 +01:00
</property>
<widget class="QWidget" name="screens">
<property name="minimumSize">
<size>
<width>450</width>
<height>200</height>
</size>
</property>
2022-12-03 22:27:49 +01:00
<attribute name="title">
<string>Screen</string>
</attribute>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>200</height>
</size>
</property>
<property name="cursor" stdset="0">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<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>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</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>0</x>
<y>0</y>
<width>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<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>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>200</height>
2022-12-03 22:27:49 +01:00
</size>
</property>
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="region">
<property name="minimumSize">
<size>
<width>450</width>
<height>210</height>
</size>
</property>
2022-12-03 22:27:49 +01:00
<attribute name="title">
<string>Region</string>
</attribute>
</widget>
</widget>
</widget>
</widget>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>scrollArea_2</tabstop>
<tabstop>tabWidget</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>