##// END OF EJS Templates
A lot of cleaning.
A lot of cleaning.

File last commit:

r4:b41a5ed0a855 default
r4:b41a5ed0a855 default
Show More
themisdatadownloader.ui
84 lines | 2.3 KiB | text/plain | TextLexer
/ src / Themis / themisdatadownloader.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ThemisDataDownloader</class>
<widget class="QWidget" name="ThemisDataDownloader">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>831</width>
<height>504</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QCalendarWidget" name="calendar">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="gridVisible">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QScrollArea" name="DownloadList">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="Content">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>482</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<layout class="QVBoxLayout" name="DownloadListLayout">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="LoadXmlFileQpb">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Load Xml File</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>