Changed: Remove Help icon in window title bar
This commit is contained in:
parent
ff6bb332eb
commit
888ed49ca2
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ COperationDialog::COperationDialog():QDialog(), m_aborting(false)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
|
||||||
#if defined(Q_OS_WIN32) && defined(QT_WINEXTRAS_LIB)
|
#if defined(Q_OS_WIN32) && defined(QT_WINEXTRAS_LIB)
|
||||||
m_button = new QWinTaskbarButton(this);
|
m_button = new QWinTaskbarButton(this);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue