Some UI settings like "window title" or "whats this?"

This commit is contained in:
Klaus Basan
2017-12-28 19:59:05 +01:00
parent 1a2b03873b
commit b94e33ea97
11 changed files with 55 additions and 20 deletions

View File

@@ -11,7 +11,10 @@
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
<string>Search and find countries</string>
</property>
<property name="whatsThis">
<string>Search and find countries</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>