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/itemfakevim/itemfakevimsettings.ui

49 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ItemFakeVimSettings</class>
<widget class="QWidget" name="ItemFakeVimSettings">
<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="QCheckBox" name="checkBoxEnable">
<property name="text">
<string>Enable FakeVim for Editing Items</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Path to Configuration File:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditSourceFileName"/>
</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>