This commit is contained in:
DanielSvoboda 2024-11-18 17:34:22 -03:00
parent 9e0cd3bfd7
commit ffbcb67fb1
3 changed files with 28 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -10,7 +10,7 @@
KeysShortcutsDialog::KeysShortcutsDialog(QWidget* parent)
: QDialog(parent), ui(new Ui::KeysShortcutsDialog) {
ui->setupUi(this);
ui->shad_text->setText(tr("KeysShortcutsDialog_MSG").replace("\\n", "\n"));
ui->text->setText(tr("KeysShortcutsDialog_MSG").replace("\\n", "\n"));
}
KeysShortcutsDialog::~KeysShortcutsDialog() {

View File

@ -31,9 +31,6 @@
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/images/keys.png</pixmap>
</property>
@ -41,7 +38,7 @@
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="shad_text">
<widget class="QGroupBox" name="textGroupBox">
<property name="geometry">
<rect>
<x>20</x>
@ -50,20 +47,33 @@
<height>200</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>KeysShortcutsDialog_MSG</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
<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">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>KeysShortcutsDialog_MSG</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<resources/>