修正字符输入
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "QDebug"
|
||||
#include "QFile"
|
||||
#include "QTextStream"
|
||||
#include <QCommonStyle>
|
||||
#include "QStyle"
|
||||
|
||||
namespace Ui {
|
||||
class CharInputter;
|
||||
@@ -35,6 +37,10 @@ protected:
|
||||
|
||||
private slots:
|
||||
|
||||
void setUpper(void);
|
||||
|
||||
void setLower(void);
|
||||
|
||||
void on_Clicked(QString str);
|
||||
|
||||
void on_pushButton_1_clicked();
|
||||
@@ -117,9 +123,13 @@ private slots:
|
||||
|
||||
void on_pushButton_Space_clicked();
|
||||
|
||||
void on_pushButton_Caps_clicked();
|
||||
|
||||
private:
|
||||
Ui::CharInputter *ui;
|
||||
|
||||
bool isCapsLock = false;
|
||||
|
||||
int inputType = 0;
|
||||
int DecimalPlaces;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user