Beginning of new (hideable) App-Wide Sidebar to replace Welcome screens navigator

This commit is contained in:
Mark Watkins 2011-12-25 21:27:10 +10:00
parent 6f3ea4d39a
commit 1146aa3692
6 changed files with 766 additions and 488 deletions

View File

@ -34,5 +34,7 @@
<file>icons/sheep.png</file>
<file>icons/nodata.png</file>
<file>icons/cubeoximeter.png</file>
<file>icons/trophy.png</file>
<file>icons/bookmark.png</file>
</qresource>
</RCC>

BIN
icons/bookmark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icons/trophy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1830,3 +1830,14 @@ void MainWindow::keyPressEvent(QKeyEvent * event)
{
qDebug() << "Keypress:" << event->key();
}
void MainWindow::on_summaryButton_2_clicked()
{
ui->tabWidget->setCurrentWidget(ui->welcome);
on_summaryButton_clicked();
}
void MainWindow::on_action_Sidebar_Toggle_toggled(bool visible)
{
ui->toolBox->setVisible(visible);
}

View File

@ -244,6 +244,10 @@ private slots:
void on_summaryButton_2_clicked();
void on_action_Sidebar_Toggle_toggled(bool arg1);
private:
Ui::MainWindow *ui;

File diff suppressed because it is too large Load Diff