Skip to content

Commit

Permalink
added goto ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mtivadar committed Nov 15, 2014
1 parent fd0ccf2 commit 5a85ff0
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions plugins/format/goto.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>95</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>FileAddress</string>
</property>
</item>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>141</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>70</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>

0 comments on commit 5a85ff0

Please sign in to comment.