Define toolbar locations for the actions of the QueryTool module.
This commit is contained in:
parent
6acf70660b
commit
cbb2f897aa
8 changed files with 26 additions and 4 deletions
|
|
@ -50,6 +50,7 @@ namespace LMainWindow_details {
|
|||
using namespace LMainWindow_details;
|
||||
|
||||
|
||||
|
||||
LMainWindow::LMainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
|
|
@ -73,7 +74,7 @@ LMainWindow::LMainWindow(QWidget *parent)
|
|||
auto statusBar = new QStatusBar(this);
|
||||
setStatusBar(statusBar);
|
||||
|
||||
m_fileMenu = new QMenu("File", this);
|
||||
m_fileMenu = new QMenu(tr("File"), this);
|
||||
|
||||
createActions();
|
||||
m_mainToolBar->addAction(m_closeAction);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue