mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Virtual keyboard!
This commit is contained in:
parent
9fd002213e
commit
e9c17ca382
13 changed files with 1206 additions and 67 deletions
7
apps.cpp
7
apps.cpp
|
@ -15,6 +15,7 @@ apps::apps(QWidget *parent) :
|
||||||
ui->calendarLaunchBtn->setProperty("type", "borderless");
|
ui->calendarLaunchBtn->setProperty("type", "borderless");
|
||||||
ui->savedWordsLaunchBtn->setProperty("type", "borderless");
|
ui->savedWordsLaunchBtn->setProperty("type", "borderless");
|
||||||
ui->calculatorLaunchBtn->setProperty("type", "borderless");
|
ui->calculatorLaunchBtn->setProperty("type", "borderless");
|
||||||
|
ui->vncLaunchBtn->setProperty("type", "borderless");
|
||||||
|
|
||||||
ui->koboxAppsOpenButton->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
ui->koboxAppsOpenButton->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
ui->scribbleLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
ui->scribbleLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
|
@ -22,6 +23,7 @@ apps::apps(QWidget *parent) :
|
||||||
ui->calendarLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
ui->calendarLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
ui->savedWordsLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
ui->savedWordsLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
ui->calculatorLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
ui->calculatorLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
|
ui->vncLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||||
|
|
||||||
// Hiding KoBox apps button and label if X11 isn't enabled/wasn't started
|
// Hiding KoBox apps button and label if X11 isn't enabled/wasn't started
|
||||||
if(checkconfig("/external_root/boot/flags/X11_START") != true) {
|
if(checkconfig("/external_root/boot/flags/X11_START") != true) {
|
||||||
|
@ -93,3 +95,8 @@ void apps::on_koboxAppsOpenButton_clicked()
|
||||||
koboxAppsDialogWindow->setAttribute(Qt::WA_DeleteOnClose);
|
koboxAppsDialogWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
koboxAppsDialogWindow->show();
|
koboxAppsDialogWindow->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void apps::on_vncLaunchBtn_clicked()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
2
apps.h
2
apps.h
|
@ -29,6 +29,8 @@ private slots:
|
||||||
|
|
||||||
void on_koboxAppsOpenButton_clicked();
|
void on_koboxAppsOpenButton_clicked();
|
||||||
|
|
||||||
|
void on_vncLaunchBtn_clicked();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::apps *ui;
|
Ui::apps *ui;
|
||||||
savedwords *savedWordsWindow;
|
savedwords *savedWordsWindow;
|
||||||
|
|
169
apps.ui
169
apps.ui
|
@ -56,45 +56,8 @@
|
||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="1" column="1">
|
<item row="1" column="0">
|
||||||
<widget class="QPushButton" name="scribbleLaunchBtn">
|
<widget class="QLabel" name="scribbleLabel">
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<family>Inter</family>
|
|
||||||
<italic>false</italic>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Launch</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="5" column="1">
|
|
||||||
<widget class="QPushButton" name="calculatorLaunchBtn">
|
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<family>Inter</family>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Launch</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="4" column="1">
|
|
||||||
<widget class="QPushButton" name="savedWordsLaunchBtn">
|
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<family>Inter</family>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Launch</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="0">
|
|
||||||
<widget class="QLabel" name="label_2">
|
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
|
@ -102,7 +65,34 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Light Maps</string>
|
<string>Scribble</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="1">
|
||||||
|
<widget class="QPushButton" name="calendarLaunchBtn">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Launch</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QLabel" name="label_5">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>KoBox apps</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -119,25 +109,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="4" column="1">
|
||||||
<widget class="QLabel" name="scribbleLabel">
|
<widget class="QPushButton" name="savedWordsLaunchBtn">
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<weight>75</weight>
|
|
||||||
<bold>true</bold>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Scribble</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="1">
|
|
||||||
<widget class="QPushButton" name="lightmapsLaunchBtn">
|
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Inter</family>
|
<family>Inter</family>
|
||||||
<italic>false</italic>
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -158,11 +136,27 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="2" column="0">
|
||||||
<widget class="QPushButton" name="calendarLaunchBtn">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Light Maps</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<widget class="QPushButton" name="lightmapsLaunchBtn">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Inter</family>
|
<family>Inter</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<italic>false</italic>
|
||||||
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -183,8 +177,51 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="1">
|
||||||
<widget class="QLabel" name="label_5">
|
<widget class="QPushButton" name="koboxAppsOpenButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Open</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="5" column="1">
|
||||||
|
<widget class="QPushButton" name="calculatorLaunchBtn">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Launch</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<widget class="QPushButton" name="scribbleLaunchBtn">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
<weight>75</weight>
|
||||||
|
<italic>false</italic>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Launch</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="0">
|
||||||
|
<widget class="QLabel" name="vncViewerLabel">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
|
@ -192,21 +229,21 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>KoBox apps</string>
|
<string>VNC viewer</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="6" column="1">
|
||||||
<widget class="QPushButton" name="koboxAppsOpenButton">
|
<widget class="QPushButton" name="vncLaunchBtn">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Inter</family>
|
<family>Inter</family>
|
||||||
<weight>50</weight>
|
<weight>75</weight>
|
||||||
<bold>false</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Open</string>
|
<string>Launch</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QScreen>
|
#include <QScreen>
|
||||||
|
#include <QTimer>
|
||||||
|
|
||||||
generalDialog::generalDialog(QWidget *parent) :
|
generalDialog::generalDialog(QWidget *parent) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
|
@ -111,6 +112,17 @@ generalDialog::generalDialog(QWidget *parent) :
|
||||||
ui->bodyLabel->setText("This will erase all KoBox user data. KoBox settings will be reset.");
|
ui->bodyLabel->setText("This will erase all KoBox user data. KoBox settings will be reset.");
|
||||||
this->adjustSize();
|
this->adjustSize();
|
||||||
}
|
}
|
||||||
|
else if(global::keyboard::keyboardDialog == true) {
|
||||||
|
keyboardDialog = true;
|
||||||
|
keyboardWidget = new virtualkeyboard();
|
||||||
|
connect(keyboardWidget, SIGNAL(adjust_size()), SLOT(adjust_size()));
|
||||||
|
ui->headerLabel->setText("Enter a string");
|
||||||
|
ui->okBtn->setText("OK");
|
||||||
|
ui->cancelBtn->setText("Cancel");
|
||||||
|
ui->mainStackedWidget->insertWidget(1, keyboardWidget);
|
||||||
|
ui->mainStackedWidget->setCurrentIndex(1);
|
||||||
|
QTimer::singleShot(1000, this, SLOT(adjust_size()));
|
||||||
|
}
|
||||||
else if(global::keyboard::keypadDialog == true) {
|
else if(global::keyboard::keypadDialog == true) {
|
||||||
keypadDialog = true;
|
keypadDialog = true;
|
||||||
keypadWidget = new virtualkeypad();
|
keypadWidget = new virtualkeypad();
|
||||||
|
@ -233,3 +245,12 @@ void generalDialog::on_acceptBtn_clicked()
|
||||||
// We don't have any other option ;p
|
// We don't have any other option ;p
|
||||||
generalDialog::close();
|
generalDialog::close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void generalDialog::adjust_size() {
|
||||||
|
this->adjustSize();
|
||||||
|
QRect screenGeometry = QGuiApplication::screens()[0]->geometry();
|
||||||
|
int x = (screenGeometry.width() - this->width()) / 2;
|
||||||
|
int y = (screenGeometry.height() - this->height()) / 2;
|
||||||
|
this->move(x, y);
|
||||||
|
emit refreshScreen();
|
||||||
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include "usbms_splash.h"
|
#include "usbms_splash.h"
|
||||||
#include "textwidget.h"
|
#include "textwidget.h"
|
||||||
|
#include "virtualkeyboard.h"
|
||||||
#include "virtualkeypad.h"
|
#include "virtualkeypad.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -35,15 +36,18 @@ private slots:
|
||||||
void on_cancelBtn_clicked();
|
void on_cancelBtn_clicked();
|
||||||
void on_okBtn_clicked();
|
void on_okBtn_clicked();
|
||||||
void on_acceptBtn_clicked();
|
void on_acceptBtn_clicked();
|
||||||
|
void adjust_size();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::generalDialog *ui;
|
Ui::generalDialog *ui;
|
||||||
usbms_splash *usbmsWindow;
|
usbms_splash *usbmsWindow;
|
||||||
textwidget *textwidgetWindow;
|
textwidget *textwidgetWindow;
|
||||||
|
virtualkeyboard *keyboardWidget;
|
||||||
virtualkeypad *keypadWidget;
|
virtualkeypad *keypadWidget;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void gotoPageSelected(int value);
|
void gotoPageSelected(int value);
|
||||||
|
void refreshScreen();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // GENERALDIALOG_H
|
#endif // GENERALDIALOG_H
|
||||||
|
|
|
@ -27,6 +27,7 @@ SOURCES += \
|
||||||
settingschooser.cpp \
|
settingschooser.cpp \
|
||||||
textwidget.cpp \
|
textwidget.cpp \
|
||||||
usbms_splash.cpp \
|
usbms_splash.cpp \
|
||||||
|
virtualkeyboard.cpp \
|
||||||
virtualkeypad.cpp
|
virtualkeypad.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
|
@ -46,6 +47,7 @@ HEADERS += \
|
||||||
settingschooser.h \
|
settingschooser.h \
|
||||||
textwidget.h \
|
textwidget.h \
|
||||||
usbms_splash.h \
|
usbms_splash.h \
|
||||||
|
virtualkeyboard.h \
|
||||||
virtualkeypad.h
|
virtualkeypad.h
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
|
@ -64,6 +66,7 @@ FORMS += \
|
||||||
settingschooser.ui \
|
settingschooser.ui \
|
||||||
textwidget.ui \
|
textwidget.ui \
|
||||||
usbms_splash.ui \
|
usbms_splash.ui \
|
||||||
|
virtualkeyboard.ui \
|
||||||
virtualkeypad.ui
|
virtualkeypad.ui
|
||||||
|
|
||||||
# Default rules for deployment.
|
# Default rules for deployment.
|
||||||
|
|
|
@ -618,6 +618,11 @@ void MainWindow::on_pushButton_clicked()
|
||||||
void MainWindow::on_searchBtn_clicked()
|
void MainWindow::on_searchBtn_clicked()
|
||||||
{
|
{
|
||||||
// Hopefully this button will do something one day...
|
// Hopefully this button will do something one day...
|
||||||
|
global::keyboard::keyboardDialog = true;
|
||||||
|
generalDialogWindow = new generalDialog();
|
||||||
|
generalDialogWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
connect(generalDialogWindow, SIGNAL(refreshScreen()), SLOT(refreshScreen()));
|
||||||
|
generalDialogWindow->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_quitBtn_clicked()
|
void MainWindow::on_quitBtn_clicked()
|
||||||
|
@ -801,3 +806,7 @@ void MainWindow::setInitialBrightness() {
|
||||||
cinematicBrightness(brightness_value, 0);
|
cinematicBrightness(brightness_value, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MainWindow::refreshScreen() {
|
||||||
|
this->repaint();
|
||||||
|
}
|
||||||
|
|
|
@ -68,6 +68,7 @@ private slots:
|
||||||
void openUpdateDialog();
|
void openUpdateDialog();
|
||||||
void setInitialBrightness();
|
void setInitialBrightness();
|
||||||
void on_homeBtn_clicked();
|
void on_homeBtn_clicked();
|
||||||
|
void refreshScreen();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::MainWindow *ui;
|
Ui::MainWindow *ui;
|
||||||
|
|
|
@ -602,7 +602,6 @@ reader::reader(QWidget *parent) :
|
||||||
getTotalEpubPagesNumber();
|
getTotalEpubPagesNumber();
|
||||||
}
|
}
|
||||||
setupPageWidget();
|
setupPageWidget();
|
||||||
//connect(this, SIGNAL(gotoPageSelected(int)), this, SLOT(gotoPage(int)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reader::~reader()
|
reader::~reader()
|
||||||
|
|
595
virtualkeyboard.cpp
Normal file
595
virtualkeyboard.cpp
Normal file
|
@ -0,0 +1,595 @@
|
||||||
|
#include "virtualkeyboard.h"
|
||||||
|
#include "ui_virtualkeyboard.h"
|
||||||
|
|
||||||
|
#include <QTimer>
|
||||||
|
|
||||||
|
virtualkeyboard::virtualkeyboard(QWidget *parent) :
|
||||||
|
QWidget(parent),
|
||||||
|
ui(new Ui::virtualkeyboard)
|
||||||
|
{
|
||||||
|
ui->setupUi(this);
|
||||||
|
shift = false;
|
||||||
|
|
||||||
|
ui->n1->setProperty("type", "borderless");
|
||||||
|
ui->n2->setProperty("type", "borderless");
|
||||||
|
ui->n3->setProperty("type", "borderless");
|
||||||
|
ui->n4->setProperty("type", "borderless");
|
||||||
|
ui->n5->setProperty("type", "borderless");
|
||||||
|
ui->n6->setProperty("type", "borderless");
|
||||||
|
ui->n7->setProperty("type", "borderless");
|
||||||
|
ui->n8->setProperty("type", "borderless");
|
||||||
|
ui->n9->setProperty("type", "borderless");
|
||||||
|
ui->n0->setProperty("type", "borderless");
|
||||||
|
|
||||||
|
ui->la->setProperty("type", "borderless");
|
||||||
|
ui->lb->setProperty("type", "borderless");
|
||||||
|
ui->lc->setProperty("type", "borderless");
|
||||||
|
ui->ld->setProperty("type", "borderless");
|
||||||
|
ui->le->setProperty("type", "borderless");
|
||||||
|
ui->lf->setProperty("type", "borderless");
|
||||||
|
ui->lg->setProperty("type", "borderless");
|
||||||
|
ui->lh->setProperty("type", "borderless");
|
||||||
|
ui->li->setProperty("type", "borderless");
|
||||||
|
ui->lj->setProperty("type", "borderless");
|
||||||
|
ui->lk->setProperty("type", "borderless");
|
||||||
|
ui->ll->setProperty("type", "borderless");
|
||||||
|
ui->lm->setProperty("type", "borderless");
|
||||||
|
ui->ln->setProperty("type", "borderless");
|
||||||
|
ui->lo->setProperty("type", "borderless");
|
||||||
|
ui->lp->setProperty("type", "borderless");
|
||||||
|
ui->lq->setProperty("type", "borderless");
|
||||||
|
ui->lr->setProperty("type", "borderless");
|
||||||
|
ui->ls->setProperty("type", "borderless");
|
||||||
|
ui->lt->setProperty("type", "borderless");
|
||||||
|
ui->lu->setProperty("type", "borderless");
|
||||||
|
ui->lv->setProperty("type", "borderless");
|
||||||
|
ui->lw->setProperty("type", "borderless");
|
||||||
|
ui->lx->setProperty("type", "borderless");
|
||||||
|
ui->ly->setProperty("type", "borderless");
|
||||||
|
ui->lz->setProperty("type", "borderless");
|
||||||
|
|
||||||
|
ui->eraseBtn->setProperty("type", "borderless");
|
||||||
|
ui->shiftBtn->setProperty("type", "borderless");
|
||||||
|
ui->spt->setProperty("type", "borderless");
|
||||||
|
ui->sat->setProperty("type", "borderless");
|
||||||
|
|
||||||
|
ui->n1->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n2->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n3->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n4->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n5->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n6->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n7->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n8->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n9->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->n0->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
|
||||||
|
ui->la->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lb->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lc->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->ld->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->le->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lf->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lg->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lh->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->li->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lj->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lk->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->ll->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lm->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->ln->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lo->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lp->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lq->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lr->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->ls->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lt->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lu->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lv->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lw->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lx->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->ly->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->lz->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
|
||||||
|
ui->eraseBtn->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->shiftBtn->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->spt->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->sat->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 13px");
|
||||||
|
ui->spaceBtn->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 10px; border: 1px solid black");
|
||||||
|
|
||||||
|
ui->lineEdit->setStyleSheet("border: 3px solid black");
|
||||||
|
}
|
||||||
|
|
||||||
|
virtualkeyboard::~virtualkeyboard()
|
||||||
|
{
|
||||||
|
delete ui;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_spaceBtn_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert(" ");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_eraseBtn_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->backspace();
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keypadText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_spt_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert(".");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_sat_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("@");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n1_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("1");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n2_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("2");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n3_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("3");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n4_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("4");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n5_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("5");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n6_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("6");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n7_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("7");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n8_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("8");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n9_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("9");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_n0_clicked()
|
||||||
|
{
|
||||||
|
ui->lineEdit->insert("0");
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lq_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("Q");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("q");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lw_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("W");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("w");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_le_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("E");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("e");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lr_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("R");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("r");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lt_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("T");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("t");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_ly_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("Y");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("y");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lu_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("U");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("u");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_li_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("I");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("i");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lo_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("O");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("o");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lp_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("P");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("p");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_la_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("A");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("a");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_ls_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("S");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("s");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_ld_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("D");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("d");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lf_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("F");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("f");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lg_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("G");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("g");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lh_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("H");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("h");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lj_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("J");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("j");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lk_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("K");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("k");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_ll_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("L");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("l");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lz_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("Z");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("z");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lx_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("X");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("x");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lc_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("C");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("c");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lv_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("V");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("v");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lb_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("B");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("b");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_ln_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("N");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("n");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_lm_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
ui->lineEdit->insert("M");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->lineEdit->insert("m");
|
||||||
|
}
|
||||||
|
QString text = ui->lineEdit->text();
|
||||||
|
global::keyboard::keyboardText = text;
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::on_shiftBtn_clicked()
|
||||||
|
{
|
||||||
|
if(shift == true) {
|
||||||
|
shift = false;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
shift = true;
|
||||||
|
}
|
||||||
|
reverseKeys();
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::reverseKeys() {
|
||||||
|
if(shift == true) {
|
||||||
|
ui->shiftBtn->setText("⇪");
|
||||||
|
|
||||||
|
ui->la->setText("A");
|
||||||
|
ui->lb->setText("B");
|
||||||
|
ui->lc->setText("C");
|
||||||
|
ui->ld->setText("D");
|
||||||
|
ui->le->setText("E");
|
||||||
|
ui->lf->setText("F");
|
||||||
|
ui->lg->setText("G");
|
||||||
|
ui->lh->setText("H");
|
||||||
|
ui->li->setText("I");
|
||||||
|
ui->lj->setText("J");
|
||||||
|
ui->lk->setText("K");
|
||||||
|
ui->ll->setText("L");
|
||||||
|
ui->lm->setText("M");
|
||||||
|
ui->ln->setText("N");
|
||||||
|
ui->lo->setText("O");
|
||||||
|
ui->lp->setText("P");
|
||||||
|
ui->lq->setText("Q");
|
||||||
|
ui->lr->setText("R");
|
||||||
|
ui->ls->setText("S");
|
||||||
|
ui->lt->setText("T");
|
||||||
|
ui->lu->setText("U");
|
||||||
|
ui->lv->setText("V");
|
||||||
|
ui->lw->setText("W");
|
||||||
|
ui->lx->setText("X");
|
||||||
|
ui->ly->setText("Y");
|
||||||
|
ui->lz->setText("Z");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ui->shiftBtn->setText("⇧");
|
||||||
|
|
||||||
|
ui->la->setText("a");
|
||||||
|
ui->lb->setText("b");
|
||||||
|
ui->lc->setText("c");
|
||||||
|
ui->ld->setText("d");
|
||||||
|
ui->le->setText("e");
|
||||||
|
ui->lf->setText("f");
|
||||||
|
ui->lg->setText("g");
|
||||||
|
ui->lh->setText("h");
|
||||||
|
ui->li->setText("i");
|
||||||
|
ui->lj->setText("j");
|
||||||
|
ui->lk->setText("k");
|
||||||
|
ui->ll->setText("l");
|
||||||
|
ui->lm->setText("m");
|
||||||
|
ui->ln->setText("n");
|
||||||
|
ui->lo->setText("o");
|
||||||
|
ui->lp->setText("p");
|
||||||
|
ui->lq->setText("q");
|
||||||
|
ui->lr->setText("r");
|
||||||
|
ui->ls->setText("s");
|
||||||
|
ui->lt->setText("t");
|
||||||
|
ui->lu->setText("u");
|
||||||
|
ui->lv->setText("v");
|
||||||
|
ui->lw->setText("w");
|
||||||
|
ui->lx->setText("x");
|
||||||
|
ui->ly->setText("y");
|
||||||
|
ui->lz->setText("z");
|
||||||
|
}
|
||||||
|
QTimer::singleShot(1000, this, SLOT(adjust_size_function()));
|
||||||
|
}
|
||||||
|
|
||||||
|
void virtualkeyboard::adjust_size_function() {
|
||||||
|
emit adjust_size();
|
||||||
|
}
|
72
virtualkeyboard.h
Normal file
72
virtualkeyboard.h
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
#ifndef VIRTUALKEYBOARD_H
|
||||||
|
#define VIRTUALKEYBOARD_H
|
||||||
|
|
||||||
|
#include <QWidget>
|
||||||
|
#include "functions.h"
|
||||||
|
|
||||||
|
namespace Ui {
|
||||||
|
class virtualkeyboard;
|
||||||
|
}
|
||||||
|
|
||||||
|
class virtualkeyboard : public QWidget
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
explicit virtualkeyboard(QWidget *parent = nullptr);
|
||||||
|
~virtualkeyboard();
|
||||||
|
bool shift;
|
||||||
|
void reverseKeys();
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
void on_spaceBtn_clicked();
|
||||||
|
void on_eraseBtn_clicked();
|
||||||
|
void on_spt_clicked();
|
||||||
|
void on_n1_clicked();
|
||||||
|
void on_n2_clicked();
|
||||||
|
void on_n3_clicked();
|
||||||
|
void on_n4_clicked();
|
||||||
|
void on_n5_clicked();
|
||||||
|
void on_n6_clicked();
|
||||||
|
void on_n7_clicked();
|
||||||
|
void on_n8_clicked();
|
||||||
|
void on_n9_clicked();
|
||||||
|
void on_n0_clicked();
|
||||||
|
void on_lq_clicked();
|
||||||
|
void on_lw_clicked();
|
||||||
|
void on_le_clicked();
|
||||||
|
void on_lr_clicked();
|
||||||
|
void on_lt_clicked();
|
||||||
|
void on_ly_clicked();
|
||||||
|
void on_lu_clicked();
|
||||||
|
void on_li_clicked();
|
||||||
|
void on_lo_clicked();
|
||||||
|
void on_lp_clicked();
|
||||||
|
void on_la_clicked();
|
||||||
|
void on_ls_clicked();
|
||||||
|
void on_ld_clicked();
|
||||||
|
void on_lf_clicked();
|
||||||
|
void on_lg_clicked();
|
||||||
|
void on_lh_clicked();
|
||||||
|
void on_lj_clicked();
|
||||||
|
void on_lk_clicked();
|
||||||
|
void on_ll_clicked();
|
||||||
|
void on_sat_clicked();
|
||||||
|
void on_lz_clicked();
|
||||||
|
void on_lx_clicked();
|
||||||
|
void on_lc_clicked();
|
||||||
|
void on_lv_clicked();
|
||||||
|
void on_lb_clicked();
|
||||||
|
void on_ln_clicked();
|
||||||
|
void on_lm_clicked();
|
||||||
|
void on_shiftBtn_clicked();
|
||||||
|
void adjust_size_function();
|
||||||
|
|
||||||
|
private:
|
||||||
|
Ui::virtualkeyboard *ui;
|
||||||
|
|
||||||
|
signals:
|
||||||
|
void adjust_size();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // VIRTUALKEYBOARD_H
|
388
virtualkeyboard.ui
Normal file
388
virtualkeyboard.ui
Normal file
|
@ -0,0 +1,388 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>virtualkeyboard</class>
|
||||||
|
<widget class="QWidget" name="virtualkeyboard">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>999</width>
|
||||||
|
<height>283</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>Form</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item row="0" column="3">
|
||||||
|
<widget class="QLineEdit" name="lineEdit"/>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="3">
|
||||||
|
<widget class="QStackedWidget" name="stackedWidget">
|
||||||
|
<property name="lineWidth">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<widget class="QWidget" name="page">
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
|
<item row="13" column="3">
|
||||||
|
<layout class="QGridLayout" name="gridLayout_4">
|
||||||
|
<item row="6" column="9">
|
||||||
|
<widget class="QPushButton" name="ll">
|
||||||
|
<property name="text">
|
||||||
|
<string>l</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="9">
|
||||||
|
<widget class="QPushButton" name="spt">
|
||||||
|
<property name="text">
|
||||||
|
<string>.</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="3">
|
||||||
|
<widget class="QPushButton" name="lf">
|
||||||
|
<property name="text">
|
||||||
|
<string>f</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="0">
|
||||||
|
<widget class="QPushButton" name="shiftBtn">
|
||||||
|
<property name="text">
|
||||||
|
<string>⇧</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="8">
|
||||||
|
<widget class="QPushButton" name="li">
|
||||||
|
<property name="text">
|
||||||
|
<string>i</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="3">
|
||||||
|
<widget class="QPushButton" name="lc">
|
||||||
|
<property name="text">
|
||||||
|
<string>c</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="8">
|
||||||
|
<widget class="QPushButton" name="lm">
|
||||||
|
<property name="text">
|
||||||
|
<string>m</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="11">
|
||||||
|
<widget class="QPushButton" name="eraseBtn">
|
||||||
|
<property name="text">
|
||||||
|
<string>⌫</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="6">
|
||||||
|
<widget class="QPushButton" name="ly">
|
||||||
|
<property name="text">
|
||||||
|
<string>y</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="11">
|
||||||
|
<widget class="QPushButton" name="n0">
|
||||||
|
<property name="text">
|
||||||
|
<string>0</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QPushButton" name="n1">
|
||||||
|
<property name="text">
|
||||||
|
<string>1</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="2">
|
||||||
|
<widget class="QPushButton" name="le">
|
||||||
|
<property name="text">
|
||||||
|
<string>e</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="9">
|
||||||
|
<widget class="QPushButton" name="lo">
|
||||||
|
<property name="text">
|
||||||
|
<string>o</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="2">
|
||||||
|
<widget class="QPushButton" name="lx">
|
||||||
|
<property name="text">
|
||||||
|
<string>x</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="2">
|
||||||
|
<widget class="QPushButton" name="n3">
|
||||||
|
<property name="text">
|
||||||
|
<string>3</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="7">
|
||||||
|
<widget class="QPushButton" name="n7">
|
||||||
|
<property name="text">
|
||||||
|
<string>7</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="7">
|
||||||
|
<widget class="QPushButton" name="lu">
|
||||||
|
<property name="text">
|
||||||
|
<string>u</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="0">
|
||||||
|
<widget class="QPushButton" name="la">
|
||||||
|
<property name="text">
|
||||||
|
<string>a</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="11">
|
||||||
|
<widget class="QPushButton" name="sat">
|
||||||
|
<property name="text">
|
||||||
|
<string>@</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="9">
|
||||||
|
<widget class="QPushButton" name="n9">
|
||||||
|
<property name="text">
|
||||||
|
<string>9</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="5">
|
||||||
|
<widget class="QPushButton" name="lg">
|
||||||
|
<property name="text">
|
||||||
|
<string>g</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<widget class="QPushButton" name="lw">
|
||||||
|
<property name="text">
|
||||||
|
<string>w</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="5">
|
||||||
|
<widget class="QPushButton" name="lt">
|
||||||
|
<property name="text">
|
||||||
|
<string>t</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<widget class="QPushButton" name="lq">
|
||||||
|
<property name="text">
|
||||||
|
<string>q</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="1">
|
||||||
|
<widget class="QPushButton" name="ls">
|
||||||
|
<property name="text">
|
||||||
|
<string>s</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="6">
|
||||||
|
<widget class="QPushButton" name="n6">
|
||||||
|
<property name="text">
|
||||||
|
<string>6</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="5">
|
||||||
|
<widget class="QPushButton" name="n5">
|
||||||
|
<property name="text">
|
||||||
|
<string>5</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="5">
|
||||||
|
<widget class="QPushButton" name="lv">
|
||||||
|
<property name="text">
|
||||||
|
<string>v</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="11">
|
||||||
|
<widget class="QPushButton" name="lp">
|
||||||
|
<property name="text">
|
||||||
|
<string>p</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="1">
|
||||||
|
<widget class="QPushButton" name="n2">
|
||||||
|
<property name="text">
|
||||||
|
<string>2</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="6">
|
||||||
|
<widget class="QPushButton" name="lb">
|
||||||
|
<property name="text">
|
||||||
|
<string>b</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="6">
|
||||||
|
<widget class="QPushButton" name="lh">
|
||||||
|
<property name="text">
|
||||||
|
<string>h</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="7">
|
||||||
|
<widget class="QPushButton" name="lj">
|
||||||
|
<property name="text">
|
||||||
|
<string>j</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="8">
|
||||||
|
<widget class="QPushButton" name="lk">
|
||||||
|
<property name="text">
|
||||||
|
<string>k</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="7">
|
||||||
|
<widget class="QPushButton" name="ln">
|
||||||
|
<property name="text">
|
||||||
|
<string>n</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="3">
|
||||||
|
<widget class="QPushButton" name="lr">
|
||||||
|
<property name="text">
|
||||||
|
<string>r</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="3">
|
||||||
|
<widget class="QPushButton" name="n4">
|
||||||
|
<property name="text">
|
||||||
|
<string>4</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="2">
|
||||||
|
<widget class="QPushButton" name="ld">
|
||||||
|
<property name="text">
|
||||||
|
<string>d</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="8">
|
||||||
|
<widget class="QPushButton" name="n8">
|
||||||
|
<property name="text">
|
||||||
|
<string>8</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="1">
|
||||||
|
<widget class="QPushButton" name="lz">
|
||||||
|
<property name="text">
|
||||||
|
<string>z</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="page_2"/>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<spacer name="horizontalSpacer_2">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="4">
|
||||||
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="3">
|
||||||
|
<widget class="QPushButton" name="spaceBtn">
|
||||||
|
<property name="text">
|
||||||
|
<string>Space</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
|
@ -2,6 +2,7 @@
|
||||||
#define VIRTUALKEYPAD_H
|
#define VIRTUALKEYPAD_H
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
#include "functions.h"
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class virtualkeypad;
|
class virtualkeypad;
|
||||||
|
|
Loading…
Reference in a new issue