RedPanda-CPP/RedPandaIDE/settingsdialog/editorclipboardwidget.ui

219 lines
6.0 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditorClipboardWidget</class>
<widget class="QWidget" name="EditorClipboardWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>520</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget_4" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3">
2024-04-07 21:37:06 +08:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Copy with format as</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbCopyWithFormatAs"/>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Copy &amp;&amp; Export As HTML</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QCheckBox" name="chkCopyHTMLUseBackground">
<property name="text">
<string>Use background color</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkCopyHTMLUseEditorColor">
<property name="text">
2021-06-20 14:30:47 +08:00
<string>Use editor's color scheme</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
2021-06-20 14:30:47 +08:00
<string>Color scheme</string>
</property>
</widget>
</item>
<item>
2021-06-20 14:30:47 +08:00
<widget class="QComboBox" name="cbHTMLColorScheme"/>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Export As RTF</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="chkCopyRTFUseBackground">
<property name="text">
<string>Use background color</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkCopyRTFUseEditorColor">
<property name="text">
2021-06-20 14:30:47 +08:00
<string>Use editor's color scheme</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
2021-06-20 14:30:47 +08:00
<string>Color scheme</string>
</property>
</widget>
</item>
<item>
2021-06-20 14:30:47 +08:00
<widget class="QComboBox" name="cbRTFColorScheme"/>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</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>
<tabstops>
<tabstop>cbCopyWithFormatAs</tabstop>
<tabstop>chkCopyHTMLUseBackground</tabstop>
<tabstop>chkCopyHTMLUseEditorColor</tabstop>
<tabstop>cbHTMLColorScheme</tabstop>
<tabstop>chkCopyRTFUseBackground</tabstop>
<tabstop>chkCopyRTFUseEditorColor</tabstop>
<tabstop>cbRTFColorScheme</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>