mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Mod doc set style de same
This commit is contained in:
@@ -57,12 +57,12 @@ bool DVEventInterface::wheelEvent(QWheelEvent *event) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief DVEventInterface::keyPressEvent
|
||||
* By default, press escape key abort the curent action.
|
||||
* isFinish return true, and emit finish
|
||||
* @param event
|
||||
* @return
|
||||
*/
|
||||
@brief DVEventInterface::keyPressEvent
|
||||
By default, press escape key abort the curent action.
|
||||
isFinish return true, and emit finish
|
||||
@param event
|
||||
@return
|
||||
*/
|
||||
bool DVEventInterface::keyPressEvent(QKeyEvent *event)
|
||||
{
|
||||
if (event->key() == Qt::Key_Escape)
|
||||
|
||||
Reference in New Issue
Block a user