mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use the star widget in it's right place
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
17c4120143
commit
634abb8bb2
2 changed files with 13 additions and 8 deletions
|
@ -28,10 +28,7 @@ MainWindow::MainWindow() : ui(new Ui::MainWindow()),
|
|||
ui->ListWidget->setModel(model);
|
||||
this->setWindowIcon(QIcon(":subsurface-icon"));
|
||||
// Just to test the star widgets, can be safely removed.
|
||||
StarWidget *star = new StarWidget(0);
|
||||
star->setMaximumStars(10);
|
||||
star->setCurrentStars(3);
|
||||
star->show();
|
||||
|
||||
}
|
||||
|
||||
void MainWindow::on_actionNew_triggered()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue