page was opened with initial paramaters.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9152
91ce42f0-d328-0410-95d8-
f526ca767f89
m_resultCount = 0;
m_populated = false;
m_closeable = false;
m_resultCount = 0;
m_populated = false;
m_closeable = false;
- if ((m_mediaName != "") || (m_clientName != "") || (m_jobName != "") || (m_filesetName != ""))
+ if ((m_mediaName != "") || (m_clientName != "") || (m_jobName != "") || (m_filesetName != "")) {
m_checkCurrentWidget = true;
/* Set Defaults for check and spin for limits */
m_checkCurrentWidget = true;
/* Set Defaults for check and spin for limits */
gridLayout->addWidget(m_splitter, 0, 0, 1, 1);
createConnections();
readSettings();
gridLayout->addWidget(m_splitter, 0, 0, 1, 1);
createConnections();
readSettings();
+ if (m_closeable) { dockPage(); }
#endif
/* for the selectionChanged to maintain m_currentJob and a delete selection */
connect(mp_tableWidget, SIGNAL(itemSelectionChanged()), this, SLOT(selectionChanged()));
#endif
/* for the selectionChanged to maintain m_currentJob and a delete selection */
connect(mp_tableWidget, SIGNAL(itemSelectionChanged()), this, SLOT(selectionChanged()));
- connect(mp_tableWidget, SIGNAL(itemDoubleClicked()), this, SLOT(showInfoForJob()));
+ connect(mp_tableWidget, SIGNAL(itemDoubleClicked(QTableWidgetItem*)), this, SLOT(showInfoForJob()));
/* Do what is required for the local context sensitive menu */
/* Do what is required for the local context sensitive menu */