Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillkoeln committed Jun 12, 2017
1 parent a3765bd commit 34d29cb
Showing 1 changed file with 22 additions and 38 deletions.
60 changes: 22 additions & 38 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OverviewPage</class>
<widget class="QMainWindow" name="OverviewPage">
<widget class="QWidget" name="OverviewPage">
<property name="geometry">
<rect>
<x>0</x>
Expand All @@ -11,18 +11,10 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Form</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>-80</x>
<y>-190</y>
<width>272</width>
<height>320</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QFrame" name="frame">
Expand Down Expand Up @@ -259,30 +251,9 @@
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>199</x>
<y>-190</y>
<width>313</width>
<height>247</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="verticalSpacer_2">
<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>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QFrame" name="frame_2">
<property name="frameShape">
Expand Down Expand Up @@ -354,9 +325,22 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<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>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 34d29cb

Please sign in to comment.