[cpp] Add catch and qt examples
This commit is contained in:
17
cpp/qt/designer/texteditor.ui
Normal file
17
cpp/qt/designer/texteditor.ui
Normal file
@@ -0,0 +1,17 @@
|
||||
<ui version="4.0">
|
||||
<class>TextEditor</class>
|
||||
<widget class="QDockWidget" name="TextEditor">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>DockWidget</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="dockWidgetContents"/>
|
||||
</widget>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user