Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
f2511d86
Commit
f2511d86
authored
Aug 24, 2005
by
Brad King
💬
Browse files
BUG: Fix for display in Qt 4.0.1 designer during interaction (from Clinton Stimpson).
parent
4addefd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUISupport/Qt/Q4VTKWidgetPlugin.cxx
View file @
f2511d86
...
...
@@ -65,7 +65,16 @@ QString QVTKWidgetPlugin::name() const
QString
QVTKWidgetPlugin
::
domXml
()
const
{
return
QLatin1String
(
"<widget class=
\"
QVTKWidget
\"
name=
\"
qvtkWidget
\"
></widget>"
);
return
QLatin1String
(
"<widget class=
\"
QVTKWidget
\"
name=
\"
qvtkWidget
\"
>
\n
"
" <property name=
\"
geometry
\"
>
\n
"
" <rect>
\n
"
" <x>0</x>
\n
"
" <y>0</y>
\n
"
" <width>100</width>
\n
"
" <height>100</height>
\n
"
" </rect>
\n
"
" </property>
\n
"
"</widget>
\n
"
);
}
QWidget
*
QVTKWidgetPlugin
::
createWidget
(
QWidget
*
parent
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment