Merge branch 'dev' of https://git.hush.is/dragonx/SilentDragonXLite into dev
This commit is contained in:
@@ -15,9 +15,11 @@ background-color: #111;
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
QPushButton {
|
QPushButton {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
QPushButton:hover {
|
QPushButton:hover {
|
||||||
background: #222;
|
background: #222;
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ void MainWindow::renderContactRequest(){
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
QObject::connect(requestContact.pushButton, &QPushButton::clicked, [&] () {
|
QObject::connect(requestContact.addContact, &QPushButton::clicked, [&] () {
|
||||||
|
|
||||||
QString cid = requestContact.requestCID->text();
|
QString cid = requestContact.requestCID->text();
|
||||||
auto addr = requestContact.requestZaddr->text().trimmed();
|
auto addr = requestContact.requestZaddr->text().trimmed();
|
||||||
|
|||||||
@@ -210,7 +210,7 @@
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" name="pushButton">
|
<widget class="QPushButton" name="addContact">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>628</x>
|
<x>628</x>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>212</width>
|
<width>225</width>
|
||||||
<height>405</height>
|
<height>405</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hush</string>
|
<string>DRGX</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Send Hush</string>
|
<string>Send DRGX</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user