mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
+
This commit is contained in:
parent
9e0cd3bfd7
commit
ffbcb67fb1
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 152 KiB |
@ -10,7 +10,7 @@
|
|||||||
KeysShortcutsDialog::KeysShortcutsDialog(QWidget* parent)
|
KeysShortcutsDialog::KeysShortcutsDialog(QWidget* parent)
|
||||||
: QDialog(parent), ui(new Ui::KeysShortcutsDialog) {
|
: QDialog(parent), ui(new Ui::KeysShortcutsDialog) {
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
ui->shad_text->setText(tr("KeysShortcutsDialog_MSG").replace("\\n", "\n"));
|
ui->text->setText(tr("KeysShortcutsDialog_MSG").replace("\\n", "\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
KeysShortcutsDialog::~KeysShortcutsDialog() {
|
KeysShortcutsDialog::~KeysShortcutsDialog() {
|
||||||
|
@ -31,9 +31,6 @@
|
|||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::Shape::NoFrame</enum>
|
<enum>QFrame::Shape::NoFrame</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap>:/images/keys.png</pixmap>
|
<pixmap>:/images/keys.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
@ -41,7 +38,7 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" name="shad_text">
|
<widget class="QGroupBox" name="textGroupBox">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>20</x>
|
<x>20</x>
|
||||||
@ -50,6 +47,18 @@
|
|||||||
<height>200</height>
|
<height>200</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="title">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<widget class="QLabel" name="text">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>10</y>
|
||||||
|
<width>720</width>
|
||||||
|
<height>181</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>14</pointsize>
|
<pointsize>14</pointsize>
|
||||||
@ -66,6 +75,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
Reference in New Issue
Block a user