mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Add a QSplitter between left/right text window. Note that lines 5604-08 may need fixing.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8375 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7a83378913
commit
6ebf71e4e0
@ -2243,9 +2243,9 @@ void MainWindow::hideMenus(bool checked)
|
||||
ui->label_6->setVisible(!checked);
|
||||
ui->label_7->setVisible(!checked);
|
||||
ui->decodedTextLabel2->setVisible(!checked);
|
||||
ui->line_2->setVisible(!checked);
|
||||
// ui->line_2->setVisible(!checked);
|
||||
}
|
||||
ui->line->setVisible(!checked);
|
||||
// ui->line->setVisible(!checked);
|
||||
ui->decodedTextLabel->setVisible(!checked);
|
||||
ui->gridLayout_5->layout()->setSpacing(spacing);
|
||||
ui->horizontalLayout->layout()->setSpacing(spacing);
|
||||
@ -5601,11 +5601,11 @@ void MainWindow::enable_DXCC_entity (bool on)
|
||||
{
|
||||
if (on and !m_mode.startsWith ("WSPR") and m_mode!="Echo") {
|
||||
m_logBook.init(); // re-read the log and cty.dat files
|
||||
ui->gridLayout->setColumnStretch(0,55); // adjust proportions of text displays
|
||||
ui->gridLayout->setColumnStretch(1,45);
|
||||
// ui->gridLayout->setColumnStretch(0,55); // adjust proportions of text displays
|
||||
// ui->gridLayout->setColumnStretch(1,45);
|
||||
} else {
|
||||
ui->gridLayout->setColumnStretch(0,0);
|
||||
ui->gridLayout->setColumnStretch(1,0);
|
||||
// ui->gridLayout->setColumnStretch(0,0);
|
||||
// ui->gridLayout->setColumnStretch(1,0);
|
||||
}
|
||||
updateGeometry ();
|
||||
}
|
||||
|
4409
mainwindow.ui
4409
mainwindow.ui
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user