0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 17:38:09 +03:00
LimeReport/limereport/items/lrtextitemeditor.ui

175 lines
4.6 KiB
Plaintext
Raw Normal View History

2016-02-17 10:11:00 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LimeReport::TextItemEditor</class>
<widget class="QWidget" name="LimeReport::TextItemEditor">
2016-02-17 10:11:00 +03:00
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-09-21 00:44:09 +03:00
<width>457</width>
<height>366</height>
2016-02-17 10:11:00 +03:00
</rect>
</property>
<property name="windowTitle">
<string>Text Item Editor</string>
</property>
<property name="windowIcon">
2017-09-21 00:44:09 +03:00
<iconset>
2016-02-17 10:11:00 +03:00
<normaloff>:/items/images/insert-text_3.png</normaloff>:/items/images/insert-text_3.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Content</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
2017-09-21 00:44:09 +03:00
<widget class="LimeReport::ScriptEditor" name="codeEditor" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
2016-02-17 10:11:00 +03:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="gbSettings">
<property name="title">
<string>Editor settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Editor font</string>
</property>
</widget>
</item>
<item>
<widget class="QFontComboBox" name="editorFont"/>
</item>
<item>
<widget class="QSpinBox" name="editorFontSize">
<property name="value">
<number>11</number>
</property>
</widget>
</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>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
2017-09-21 00:44:09 +03:00
<iconset>
2016-02-17 10:11:00 +03:00
<normaloff>:/items/images/settings.png</normaloff>:/items/images/settings.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pbOk">
<property name="text">
<string>Ok</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
</property>
2016-02-17 10:11:00 +03:00
</widget>
</item>
<item>
<widget class="QPushButton" name="pbCancel">
<property name="text">
<string>Cancel</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
2017-09-21 00:44:09 +03:00
<class>LimeReport::ScriptEditor</class>
<extends>QWidget</extends>
<header>lrscripteditor.h</header>
<container>1</container>
2016-02-17 10:11:00 +03:00
</customwidget>
</customwidgets>
<tabstops>
<tabstop>pbOk</tabstop>
<tabstop>pbCancel</tabstop>
</tabstops>
2017-09-21 00:44:09 +03:00
<resources/>
2016-02-17 10:11:00 +03:00
<connections/>
</ui>