2011-07-05 22:09:39 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>OverviewPage</class>
|
|
|
|
<widget class="QWidget" name="OverviewPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>552</width>
|
|
|
|
<height>342</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
|
2011-07-05 22:09:39 +02:00
|
|
|
<item>
|
2011-08-03 20:52:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
2011-07-05 22:09:39 +02:00
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>12</number>
|
2011-07-05 22:09:39 +02:00
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>12</number>
|
2011-07-07 10:59:00 +02:00
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Balance:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="labelBalance">
|
2012-05-06 16:57:12 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>IBeamCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Your current balance</string>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="text">
|
2012-05-06 16:57:12 +02:00
|
|
|
<string notr="true">123.456 BTC</string>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
2011-08-03 20:52:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Number of transactions:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="labelNumTransactions">
|
2012-05-06 16:57:12 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Total number of transactions in wallet</string>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unconfirmed:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="labelUnconfirmed">
|
2012-05-06 16:57:12 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>IBeamCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="text">
|
2012-05-06 16:57:12 +02:00
|
|
|
<string notr="true">0 BTC</string>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
2011-08-03 20:52:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
2012-04-04 09:07:55 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
2012-05-06 16:57:12 +02:00
|
|
|
<weight>75</weight>
|
2012-04-04 09:07:55 +02:00
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="text">
|
2012-04-04 09:07:55 +02:00
|
|
|
<string>Wallet</string>
|
2011-08-03 20:52:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-07-05 22:09:39 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2011-08-03 20:52:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame_2">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Recent transactions</b></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="listTransactions">
|
2012-05-06 16:57:12 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QListView { background:transparent }</string>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
2012-05-06 16:57:12 +02:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::NoSelection</enum>
|
|
|
|
</property>
|
2011-08-03 20:52:18 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-07-05 22:09:39 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|