This commit is contained in:
doitux
2007-02-03 00:05:09 +00:00
parent 09cf88d598
commit f202b139af
3 changed files with 1 additions and 113 deletions
+1 -1
View File
@@ -1743,7 +1743,7 @@ void mainWindowImpl::paintStartSplash() {
void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
cout << event->key() << endl;
// cout << event->key() << endl;
if (event->key() == 16777220) { if(spinBox_set->hasFocus()) pushButton_set->click(); } //ENTER
if (event->key() == 16777265) { switchToolBox(); } //F2