[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Tue May 26 20:58:08 CEST 2009
SVN commit 973294 by prakash:
Fixing a small initialisation issue. Hiding the SetDate and location when the Observing list is opened.
CCMAIL: kstars-devel at kde.org
M +5 -1 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #973293:973294
@@ -118,7 +118,7 @@
ui->View->axis(KPlotWidget::BottomAxis)->setLabel( i18n( "Local Time" ) );
ui->View->axis(KPlotWidget::TopAxis)->setTickLabelFormat( 't' );
ui->View->axis(KPlotWidget::TopAxis)->setTickLabelsShown( true );
-
+
//Connections
connect( this, SIGNAL( closeClicked() ), this, SLOT( slotClose() ) );
connect( ui->TableView, SIGNAL( doubleClicked( const QModelIndex& ) ),
@@ -177,6 +177,10 @@
ui->NotesLabel->setEnabled( false );
ui->NotesEdit->setEnabled( false );
ui->AddToSession->setEnabled( false );
+ ui->SetDate->hide();
+ ui->SetLocation->hide();
+ ui->timeEdit->hide();
+
slotLoadWishList();
//Hide the MiniButton until I can figure out how to resize the Dialog!
// ui->MiniButton->hide();
More information about the Kstars-devel
mailing list