Skip to content

Commit

Permalink
Add missing .ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed May 22, 2014
1 parent e6758d6 commit 7231196
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/ui/qgsmaskrendererwidgetbase.ui
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QgsMaskRendererWidgetBase</class>
<widget class="QWidget" name="QgsMaskRendererWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>79</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="mLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="mRendererLabel">
<property name="text">
<string>Sub renderer:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="mRendererComboBox"/>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

0 comments on commit 7231196

Please sign in to comment.