Skip to content

Commit

Permalink
MetaDEx UI: commit missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed May 5, 2015
1 parent 8eee9a5 commit 85afbfc
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/qt/forms/tradehistorydialog.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>tradeHistoryDialog</class>
<widget class="QWidget" name="tradeHistoryDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>664</width>
<height>474</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="topLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QTableWidget" name="tradeHistoryTable"/>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Loading

0 comments on commit 85afbfc

Please sign in to comment.