@@ -45,11 +45,8 int main(int argc, char* argv[]) | |||
|
45 | 45 | { |
|
46 | 46 | #ifdef QT_STATICPLUGIN |
|
47 | 47 | #ifndef SQP_NO_PLUGINS |
|
48 | //Q_IMPORT_PLUGIN(MockPlugin) | |
|
49 | 48 | Q_IMPORT_PLUGIN(PythonProviders) |
|
50 | 49 | Q_INIT_RESOURCE(python_providers); |
|
51 | // Q_IMPORT_PLUGIN(AmdaPlugin) | |
|
52 | // Q_INIT_RESOURCE(amdaresources); | |
|
53 | 50 | #endif |
|
54 | 51 | #endif |
|
55 | 52 | Q_INIT_RESOURCE(sqpguiresources); |
@@ -26,6 +26,9 | |||
|
26 | 26 | <verstretch>0</verstretch> |
|
27 | 27 | </sizepolicy> |
|
28 | 28 | </property> |
|
29 | <property name="tabKeyNavigation"> | |
|
30 | <bool>true</bool> | |
|
31 | </property> | |
|
29 | 32 | <property name="rootIsDecorated"> |
|
30 | 33 | <bool>true</bool> |
|
31 | 34 | </property> |
@@ -35,8 +38,11 | |||
|
35 | 38 | <property name="headerHidden"> |
|
36 | 39 | <bool>true</bool> |
|
37 | 40 | </property> |
|
41 | <attribute name="headerCascadingSectionResizes"> | |
|
42 | <bool>true</bool> | |
|
43 | </attribute> | |
|
38 | 44 | <attribute name="headerStretchLastSection"> |
|
39 |
<bool> |
|
|
45 | <bool>true</bool> | |
|
40 | 46 | </attribute> |
|
41 | 47 | </widget> |
|
42 | 48 | <widget class="QWidget" name="rightPane" native="true"> |
General Comments 0
You need to be logged in to leave comments.
Login now