You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
copyq/CopyQ-3.0.2/plugins/itemnotes/itemnotessettings.ui

69 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ItemNotesSettings</class>
<widget class="QWidget" name="ItemNotesSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Notes Position</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="radioButtonTop">
<property name="text">
<string>A&amp;bove Item</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonBottom">
<property name="text">
<string>B&amp;elow Item</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonIconOnly">
<property name="text">
<string>&amp;Icon Only</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxShowToolTip">
<property name="text">
<string>Show Too&amp;l Tip</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>