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