github.com/mit-dci/lit@v0.0.0-20221102210550-8c3d3b49f2ce/cmd/lit-qt/qt_files/rpcui.ui (about) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>MainWindow</class> 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>700</width> 10 <height>350</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>700</width> 16 <height>350</height> 17 </size> 18 </property> 19 <property name="windowTitle"> 20 <string>MainWindow</string> 21 </property> 22 <property name="windowOpacity"> 23 <double>1.000000000000000</double> 24 </property> 25 <widget class="QWidget" name="centralwidget"> 26 <layout class="QVBoxLayout" name="verticalLayout"> 27 <item> 28 <widget class="QFrame" name="addr_frame"> 29 <property name="frameShape"> 30 <enum>QFrame::StyledPanel</enum> 31 </property> 32 <property name="frameShadow"> 33 <enum>QFrame::Raised</enum> 34 </property> 35 <layout class="QHBoxLayout" name="horizontalLayout"> 36 <item> 37 <widget class="QLabel" name="label_2"> 38 <property name="text"> 39 <string>Receive Address:</string> 40 </property> 41 </widget> 42 </item> 43 <item> 44 <widget class="QLabel" name="addr_label"> 45 <property name="text"> 46 <string>address here</string> 47 </property> 48 </widget> 49 </item> 50 <item> 51 <spacer name="horizontalSpacer_2"> 52 <property name="orientation"> 53 <enum>Qt::Horizontal</enum> 54 </property> 55 <property name="sizeHint" stdset="0"> 56 <size> 57 <width>40</width> 58 <height>20</height> 59 </size> 60 </property> 61 </spacer> 62 </item> 63 </layout> 64 </widget> 65 </item> 66 <item> 67 <spacer name="verticalSpacer_2"> 68 <property name="orientation"> 69 <enum>Qt::Vertical</enum> 70 </property> 71 <property name="sizeHint" stdset="0"> 72 <size> 73 <width>20</width> 74 <height>40</height> 75 </size> 76 </property> 77 </spacer> 78 </item> 79 <item> 80 <widget class="QFrame" name="bal_frame"> 81 <property name="frameShape"> 82 <enum>QFrame::StyledPanel</enum> 83 </property> 84 <property name="frameShadow"> 85 <enum>QFrame::Raised</enum> 86 </property> 87 <layout class="QGridLayout" name="gridLayout"> 88 <item row="1" column="0"> 89 <widget class="QPushButton" name="bal_refresh_button"> 90 <property name="text"> 91 <string>Refresh</string> 92 </property> 93 </widget> 94 </item> 95 <item row="0" column="1"> 96 <widget class="QLabel" name="bal_label"> 97 <property name="text"> 98 <string>balance here</string> 99 </property> 100 </widget> 101 </item> 102 <item row="0" column="2"> 103 <spacer name="horizontalSpacer"> 104 <property name="orientation"> 105 <enum>Qt::Horizontal</enum> 106 </property> 107 <property name="sizeHint" stdset="0"> 108 <size> 109 <width>40</width> 110 <height>20</height> 111 </size> 112 </property> 113 </spacer> 114 </item> 115 <item row="0" column="0"> 116 <widget class="QLabel" name="label_3"> 117 <property name="text"> 118 <string>Current Balance:</string> 119 </property> 120 </widget> 121 </item> 122 </layout> 123 </widget> 124 </item> 125 <item> 126 <spacer name="verticalSpacer"> 127 <property name="orientation"> 128 <enum>Qt::Vertical</enum> 129 </property> 130 <property name="sizeHint" stdset="0"> 131 <size> 132 <width>20</width> 133 <height>40</height> 134 </size> 135 </property> 136 </spacer> 137 </item> 138 <item> 139 <widget class="QFrame" name="send_frame"> 140 <property name="frameShape"> 141 <enum>QFrame::StyledPanel</enum> 142 </property> 143 <property name="frameShadow"> 144 <enum>QFrame::Raised</enum> 145 </property> 146 <layout class="QGridLayout" name="gridLayout_2"> 147 <item row="1" column="1"> 148 <widget class="QSpinBox" name="send_amt_spin_box"> 149 <property name="accelerated"> 150 <bool>true</bool> 151 </property> 152 <property name="maximum"> 153 <number>999999999</number> 154 </property> 155 </widget> 156 </item> 157 <item row="1" column="0"> 158 <widget class="QLineEdit" name="send_addr_line_edit"> 159 <property name="text"> 160 <string/> 161 </property> 162 <property name="placeholderText"> 163 <string>Address Here</string> 164 </property> 165 </widget> 166 </item> 167 <item row="0" column="1"> 168 <widget class="QLabel" name="label_6"> 169 <property name="text"> 170 <string>Amount (Satoshi)</string> 171 </property> 172 </widget> 173 </item> 174 <item row="0" column="0"> 175 <widget class="QLabel" name="label_4"> 176 <property name="text"> 177 <string>Send To:</string> 178 </property> 179 </widget> 180 </item> 181 <item row="2" column="1"> 182 <widget class="QPushButton" name="send_button"> 183 <property name="text"> 184 <string>Send</string> 185 </property> 186 </widget> 187 </item> 188 </layout> 189 </widget> 190 </item> 191 </layout> 192 </widget> 193 <widget class="QMenuBar" name="menubar"> 194 <property name="geometry"> 195 <rect> 196 <x>0</x> 197 <y>0</y> 198 <width>700</width> 199 <height>27</height> 200 </rect> 201 </property> 202 </widget> 203 <widget class="QStatusBar" name="statusbar"/> 204 </widget> 205 <resources/> 206 <connections/> 207 </ui>