This commit is contained in:
fekt
2024-04-14 19:09:21 -04:00
4 changed files with 7 additions and 5 deletions

View File

@@ -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;

View File

@@ -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();

View File

@@ -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>

View File

@@ -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>