![]() |
Stellarium 0.11.2 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Slots | |
| void | retranslate () |
| void | setDateTime (double newJd) |
| void | close () |
Public Member Functions | |
| double | newJd () |
| bool | valid (int y, int m, int d, int h, int min, int s) |
| void | styleChanged () |
Protected Member Functions | |
| virtual void | createDialogContent () |
| void | connectSpinnerEvents () const |
| void | disconnectSpinnerEvents () const |
| void DateTimeDialog::retranslate | ( | ) | [virtual, slot] |
Retranslate the content of the dialog.
Needs to be connected to StelApp::languageChanged(). At the very least, if the window is based on a Qt Designer file (.ui), the implementation needs to call the generated class' retranslateUi() method, like this:
Implements StelDialog.
1.7.4