pull/1/head
Timothy Pearson 13 years ago
parent b31b308545
commit 0cddfb9589

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

Loading…
Cancel
Save