mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
212 lines
5.9 KiB
Plaintext
212 lines
5.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MainWindow</class>
|
||
|
<widget class="QMainWindow" name="MainWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>694</width>
|
||
|
<height>677</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>LRDView</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/view.png</normaloff>:/images/view.png</iconset>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralWidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="margin">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QGraphicsView" name="graphicsView"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menuBar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>694</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QToolBar" name="mainToolBar">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="iconSize">
|
||
|
<size>
|
||
|
<width>16</width>
|
||
|
<height>16</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<attribute name="toolBarArea">
|
||
|
<enum>TopToolBarArea</enum>
|
||
|
</attribute>
|
||
|
<attribute name="toolBarBreak">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<addaction name="actionOpen"/>
|
||
|
<addaction name="actionPrint"/>
|
||
|
<addaction name="action_PDF"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionZoomIn"/>
|
||
|
<addaction name="actionZoomOut"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionEdit"/>
|
||
|
<addaction name="actionDelete"/>
|
||
|
<addaction name="actionDesign"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionSetting"/>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusBar"/>
|
||
|
<action name="actionPrint">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/print.png</normaloff>:/images/print.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Печать</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Печать документа</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+P</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionEdit">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Редактировать</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Редактировать</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+E</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionOpen">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/folder_open_16.png</normaloff>:/images/folder_open_16.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Открыть</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Открыть файл</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+O</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionDesign">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/edit_pattern.png</normaloff>:/images/edit_pattern.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Редактировать шаблон</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Редактировть шаблон</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionZoomIn">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/zoomin.png</normaloff>:/images/zoomin.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Увеличить</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Увеличить</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+=</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionZoomOut">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/zoomout.png</normaloff>:/images/zoomout.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Уменьшить</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Уменьшить</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+-</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSetting">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/settings-24.png</normaloff>:/images/settings-24.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Настройки</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Настройки</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionDelete">
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/delete.png</normaloff>:/images/delete.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Удалить</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Удалить выбранный элемент</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Del</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_PDF">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="MainWindow.qrc">
|
||
|
<normaloff>:/images/PDF1.png</normaloff>:/images/PDF1.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Экспорт в PDF</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
<resources>
|
||
|
<include location="MainWindow.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|