Files
lcd-image-converter/controls/start/starttab.ui
Vladimir 087e7687ad Changed home page,
Added method to get full revision hash
2014-12-07 13:21:51 +05:00

156 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StartTab</class>
<widget class="QWidget" name="StartTab">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>747</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>44</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCommandLinkButton" name="buttonNewImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>New Image</string>
</property>
<property name="description">
<string>Start work with new image</string>
</property>
</widget>
</item>
<item>
<widget class="QCommandLinkButton" name="buttonNewFont">
<property name="text">
<string>New Font</string>
</property>
<property name="description">
<string>Start work with new font</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="labelRecentFiles">
<property name="text">
<string>&lt;html&gt;
&lt;head/&gt;
&lt;body&gt;
&lt;p&gt;Last edited files:
&lt;ul&gt;
#list#
&lt;/ul&gt;
&lt;br/&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;a href=&quot;http://www.riuson.com/lcd-image-converter&quot;&gt;Project's home page&lt;/a&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</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>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>43</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>