Summary: | Rearanging little things in main window | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | david <davidtournaire> |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
david
2007-01-20 18:27:09 UTC
SVN commit 634444 by cniehaus: Moved the calculator down CCBUG:140361 M +5 -5 kalzium.cpp --- trunk/KDE/kdeedu/kalzium/src/kalzium.cpp #634443:634444 @@ -290,22 +290,22 @@ lay->addItem( new QSpacerItem( 10, 10, QSizePolicy::Fixed, QSizePolicy::MinimumExpanding ) ); m_toolbox->addItem( fake, KIcon( "overview" ), i18n( "Overview" ) ); - m_calcWidget = new MolcalcWidget( m_toolbox ); - m_calcWidget->setObjectName( "molcalcwidget" ); - m_toolbox->addItem( m_calcWidget, KIcon( "calculate" ), i18n( "Calculate" ) ); - m_somWidget = new SOMWidgetIMPL( m_toolbox ); m_somWidget->setObjectName( "somWidget" ); connect( m_somWidget, SIGNAL( temperatureChanged( int ) ), m_PeriodicTableView, SLOT( setTemperature( int ) ) ); m_toolbox->addItem( m_somWidget, KIcon( "statematter" ), i18n( "State of Matter" ) ); - m_timeWidget = new TimeWidgetImpl( m_toolbox ); + m_timeWidget = new TimeWidgetImpl( m_toolbox ); m_timeWidget->setObjectName( "timeWidget" ); connect( m_timeWidget->time_box, SIGNAL( valueChanged( int ) ), m_PeriodicTableView, SLOT( setTime( int ) ) ); m_toolbox->addItem( m_timeWidget, KIcon( "timeline" ), i18n( "Timeline" ) ); + m_calcWidget = new MolcalcWidget( m_toolbox ); + m_calcWidget->setObjectName( "molcalcwidget" ); + m_toolbox->addItem( m_calcWidget, KIcon( "calculate" ), i18n( "Calculate" ) ); + connect( m_toolbox, SIGNAL( currentChanged( int ) ), this, SLOT( slotToolboxCurrentChanged( int ) ) ); addDockWidget( Qt::LeftDockWidgetArea, m_dockWin ); David, could you split this bug in several small ones which only ask for one specific thing? That way it is easier to track each bug... Also, which mockup? Please give me the URL. (I mean this sentence of you: "have a look on KDE-look for the mockup on wich I base the view.") What do you mean with "chemical link by link"? This is a wishlist-bug of its own: "I would also add a "show molecule in 3D" somewere." I consider those parts that I understand done. David: If you think that things are missing please reopen the bug and explain what is missing. If possible open one bug per issue. |