mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Set definition QTextEdit to NoTextInteractionFlags
This commit is contained in:
parent
a961d95290
commit
e5431f06ef
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
<set>Qt::NoTextInteraction</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -140,7 +140,7 @@ reader::reader(QWidget *parent) :
|
|||
ui->homeBtn->setStyleSheet("font-size: 9pt; padding: 5px");
|
||||
ui->aboutBtn->setStyleSheet("font-size: 9pt; padding: 5px");
|
||||
ui->fontChooser->setStyleSheet("font-size: 9pt");
|
||||
ui->gotoBtn->setStyleSheet("font-size: 9pt; padding: 10px; font-weight: bold; background: lightGrey");
|
||||
ui->gotoBtn->setStyleSheet("font-size: 9pt; padding: 9px; font-weight: bold; background: lightGrey");
|
||||
ui->pageNumberLabel->setFont(QFont("Source Serif Pro"));
|
||||
|
||||
// Hiding the menubar + definition widget + brightness widget
|
||||
|
|
Loading…
Reference in a new issue