##// END OF EJS Templates
Added static plugin support...
Added static plugin support In case of fully static exe even plugins must be static to allow single file executable. Small fix, when using resources in app from library they must be initialized with Q_INIT_RESOURCE. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r132:46c4ef87ae13
r1156:247dc18789c6
Show More
SqpSidePane.ui
42 lines | 920 B | text/plain | TextLexer
Add button on the SidePane widgets to open left or right inspectors
r101 <?xml version="1.0" encoding="UTF-8"?>
Creation and styling SidePaneWidget
r57 <ui version="4.0">
<class>SqpSidePane</class>
Add button on the SidePane widgets to open left or right inspectors
r101 <widget class="QWidget" name="SqpSidePane">
Creation and styling SidePaneWidget
r57 <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Add button on the SidePane widgets to open left or right inspectors
r101 <width>12</width>
<height>12</height>
Creation and styling SidePaneWidget
r57 </rect>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <property name="maximumSize">
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
Creation and styling SidePaneWidget
r57 <property name="windowTitle">
<string>Form</string>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
Creation and styling SidePaneWidget
r57 </widget>
Add button on the SidePane widgets to open left or right inspectors
r101 <resources/>
Creation and styling SidePaneWidget
r57 <connections/>
</ui>