2012-12-21 08:51:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-03-15 06:29:05 +01:00
|
|
|
<width>637</width>
|
2023-01-18 12:24:16 +01:00
|
|
|
<height>582</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>qt_misc_debug_console</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2020-05-20 05:57:48 +02:00
|
|
|
<property name="windowIcon">
|
2023-03-15 06:29:05 +01:00
|
|
|
<iconset>
|
2020-05-20 05:57:48 +02:00
|
|
|
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2023-03-15 06:29:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="script">
|
|
|
|
<property name="currentText">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
2020-04-10 06:50:09 +02:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2020-04-10 06:50:09 +02:00
|
|
|
<property name="childrenCollapsible">
|
|
|
|
<bool>false</bool>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2020-04-10 06:50:09 +02:00
|
|
|
<widget class="QPlainTextEdit" name="text">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>1677215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="lineWrapMode">
|
|
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
|
|
</property>
|
2023-01-18 12:24:16 +01:00
|
|
|
<property name="placeholderText">
|
2023-03-15 06:29:05 +01:00
|
|
|
<string notr="true">Actions:
|
|
|
|
Ctrl+Enter Execute
|
|
|
|
Ctrl+Shift+Enter Execute and print current line
|
|
|
|
Ctrl+L Clear log
|
|
|
|
Ctrl+Shift+L Clear input
|
|
|
|
Ctrl+S Save script
|
|
|
|
Ctrl+O Open script
|
|
|
|
Ctrl+D Delete script
|
|
|
|
|
|
|
|
Locals:
|
|
|
|
mw: AnkiQt Main window
|
|
|
|
card: Callable[[], Card | None] Reviewer card
|
|
|
|
bcard: Callable[[], Card | None] Browser card
|
|
|
|
pp: Callable[[object], None] Pretty print</string>
|
2023-01-18 12:24:16 +01:00
|
|
|
</property>
|
2020-04-10 06:50:09 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="log">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>8</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>150</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-01-18 12:24:16 +01:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string notr="true">Output</string>
|
|
|
|
</property>
|
2020-04-10 06:50:09 +02:00
|
|
|
</widget>
|
2012-12-21 08:51:59 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2023-01-18 12:24:16 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string notr="true">Styling</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="widgetsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Qt Widget Gallery</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|