Several fixes related to refs #304

* removed #include <QtDesigner/QDesignerExportWidget>
* correct targets swiftcore / swiftgui
* Annotated possible error of QFontDialog / style sheet compliance
+ Set sizePolicy to preferred due to RWs rewiew ("over sized drawing")
This commit is contained in:
Klaus Basan
2014-08-04 02:21:41 +02:00
parent a7bb0f2e22
commit cb350d9086
8 changed files with 83 additions and 16 deletions

View File

@@ -10,6 +10,12 @@
<height>477</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>TabWidget</string>
</property>