Marcion Code
The study environment of ancient languages (Coptic, Greek, Latin)
Brought to you by:
vagrantos
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MLibTitle</class>
<widget class="QWidget" name="MLibTitle">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>176</width>
<height>48</height>
</rect>
</property>
<property name="windowTitle">
<string>library</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="MLabel" name="label" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btAction">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>action</string>
</property>
<property name="icon">
<iconset resource="resfile.qrc">
<normaloff>:/new/icons/icons/action.png</normaloff>:/new/icons/icons/action.png</iconset>
</property>
<property name="shortcut">
<string>Meta+A</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btHide">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>hide</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resfile.qrc">
<normaloff>:/new/icons/icons/stop.png</normaloff>:/new/icons/icons/stop.png</iconset>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="0"/>
<customwidgets>
<customwidget>
<class>MLabel</class>
<extends>QWidget</extends>
<header>mlabel.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="resfile.qrc"/>
</resources>
<connections/>
</ui>