spelling mistakes, remove ? button in start center
This commit is contained in:
parent
37735edb52
commit
7895c4145b
3 changed files with 4 additions and 3 deletions
|
@ -3180,7 +3180,7 @@ Shortcut Shortcut::_sc[] = {
|
|||
MsWidget::MAIN_WINDOW,
|
||||
STATE_DISABLED | STATE_NORMAL,
|
||||
"startcenter",
|
||||
QT_TRANSLATE_NOOP("action","Toggle Startcenter"),
|
||||
QT_TRANSLATE_NOOP("action","Start Center"),
|
||||
0,
|
||||
0,
|
||||
Icons::Invalid_ICON,
|
||||
|
|
|
@ -43,6 +43,7 @@ Startcenter::Startcenter()
|
|||
setupUi(this);
|
||||
// setWindowFlags(Qt::WindowStaysOnTopHint | Qt::Popup);
|
||||
// setWindowFlags(Qt::WindowStaysOnTopHint);
|
||||
setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
setWindowModality(Qt::ApplicationModal);
|
||||
connect(createNewScore, SIGNAL(clicked()), SLOT(newScore()));
|
||||
connect(recentScores, SIGNAL(toggled(bool)), SLOT(recentScoresToggled(bool)));
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Startcenter</string>
|
||||
<string>Start Center</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="0" rowspan="2">
|
||||
|
@ -178,7 +178,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Startcenter</string>
|
||||
<string>Start Center</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue