equal
deleted
inserted
replaced
118 iconSize = QSize(metric, metric); |
118 iconSize = QSize(metric, metric); |
119 q->setAttribute(Qt::WA_Hover); |
119 q->setAttribute(Qt::WA_Hover); |
120 #ifdef QT_SOFTKEYS_ENABLED |
120 #ifdef QT_SOFTKEYS_ENABLED |
121 menuBarAction = QSoftKeyManager::createAction(QSoftKeyManager::MenuSoftKey, q); |
121 menuBarAction = QSoftKeyManager::createAction(QSoftKeyManager::MenuSoftKey, q); |
122 menuBarAction->setObjectName(QLatin1String("_q_menuSoftKeyAction")); |
122 menuBarAction->setObjectName(QLatin1String("_q_menuSoftKeyAction")); |
|
123 menuBarAction->setVisible(false); |
123 #endif |
124 #endif |
124 } |
125 } |
125 |
126 |
126 /* |
127 /* |
127 The Main Window: |
128 The Main Window: |