|
|
@ -36,13 +36,13 @@
|
|
|
|
<entry name="MainwindowWidth" type="Int">
|
|
|
|
<entry name="MainwindowWidth" type="Int">
|
|
|
|
<label>The main window's width.</label>
|
|
|
|
<label>The main window's width.</label>
|
|
|
|
<default code="true">
|
|
|
|
<default code="true">
|
|
|
|
QApplication::desktop()->screenGeometry().width() - 100
|
|
|
|
TQApplication::desktop()->screenGeometry().width() - 100
|
|
|
|
</default>
|
|
|
|
</default>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
<entry name="MainwindowHeight" type="Int">
|
|
|
|
<entry name="MainwindowHeight" type="Int">
|
|
|
|
<label>The main window's height.</label>
|
|
|
|
<label>The main window's height.</label>
|
|
|
|
<default code="true">
|
|
|
|
<default code="true">
|
|
|
|
QApplication::desktop()->screenGeometry().height() - 100
|
|
|
|
TQApplication::desktop()->screenGeometry().height() - 100
|
|
|
|
</default>
|
|
|
|
</default>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
</group>
|
|
|
|