mempoolstats.ui raw
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MempoolStats</class>
4 <widget class="QWidget" name="MempoolStats">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>480</width>
10 <height>380</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>480</width>
16 <height>380</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Mempool Stats</string>
21 </property>
22 <widget class="QGraphicsView" name="graphicsView">
23 <property name="geometry">
24 <rect>
25 <x>0</x>
26 <y>0</y>
27 <width>256</width>
28 <height>200</height>
29 </rect>
30 </property>
31 <property name="styleSheet">
32 <string notr="true"/>
33 </property>
34 <property name="verticalScrollBarPolicy">
35 <enum>Qt::ScrollBarAlwaysOff</enum>
36 </property>
37 <property name="horizontalScrollBarPolicy">
38 <enum>Qt::ScrollBarAlwaysOff</enum>
39 </property>
40 </widget>
41 </widget>
42 <resources/>
43 <connections/>
44 </ui>
45