Hush lite wallet https://faq.hush.is/sdl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChatBubbleMe</class>
<widget class="QWidget" name="ChatBubbleMe">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>76</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
background: whitesmoke;
border: 1px solid #afafaf;
border-radius: 3px;
}
QLabel
{
background: none;
border: none;
}</string>
</property>
<widget class="QLabel" name="lblMessage">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>611</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Speak And Transact Freely With Hush</string>
</property>
</widget>
<widget class="QLabel" name="lblTimestamp">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>611</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>01/01/2021 12:34</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>