mirror of
https://github.com/lubuntu-team/lubuntu-about.git
synced 2025-07-05 12:01:29 +00:00
Put the mainform QWidget inside of a QMainWindow box, so things work out a bit better.
This commit is contained in:
parent
9501ddc356
commit
c725146010
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>MainWindow</class>
|
<class>MainWindow</class>
|
||||||
<widget class="QWidget" name="mainform">
|
<widget class="QMainWindow" name="MainWindow">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
@ -25,6 +25,7 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
|
<widget class="QWidget" name="mainform">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="6" column="0">
|
<item row="6" column="0">
|
||||||
<layout class="QVBoxLayout" name="specs">
|
<layout class="QVBoxLayout" name="specs">
|
||||||
@ -421,6 +422,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="main.qrc"/>
|
<include location="main.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user