kalarm
prefdlg.cpp File Reference
#include "kalarm.h"#include "alarmcalendar.h"#include "alarmresources.h"#include "alarmtimewidget.h"#include "buttongroup.h"#include "colourbutton.h"#include "editdlg.h"#include "editdlgtypes.h"#include "fontcolour.h"#include "functions.h"#include "itembox.h"#include "kalarmapp.h"#include "kamail.h"#include "label.h"#include "latecancel.h"#include "mainwindow.h"#include "preferences.h"#include "radiobutton.h"#include "recurrenceedit.h"#include "sounddlg.h"#include "soundpicker.h"#include "specialactions.h"#include "stackedwidgets.h"#include "timeedit.h"#include "timespinbox.h"#include "timezonecombo.h"#include "traywindow.h"#include "prefdlg_p.moc"#include "prefdlg.moc"#include <QLabel>#include <QCheckBox>#include <QRadioButton>#include <QPushButton>#include <QSpinBox>#include <QGroupBox>#include <QGridLayout>#include <QHBoxLayout>#include <QVBoxLayout>#include <QStyle>#include <QResizeEvent>#include <QTimer>#include <kvbox.h>#include <kglobal.h>#include <klocale.h>#include <kstandarddirs.h>#include <kshell.h>#include <klineedit.h>#include <kmessagebox.h>#include <kaboutdata.h>#include <kapplication.h>#include <kiconloader.h>#include <kcombobox.h>#include <ktabwidget.h>#include <KStandardGuiItem>#include <ksystemtimezone.h>#include <kicon.h>#include <kdebug.h>#include <ktoolinvocation.h>#include <libkholidays/kholidays.h>Go to the source code of this file.
Defines | |
| #define | DEFSETTING "The default setting for <interface>%1</interface> in the alarm edit dialog." |
Variables | |
| static const char | PREF_DIALOG_NAME [] = "PrefDialog" |
| static QString | xtermCommands [] |
Define Documentation
| #define DEFSETTING "The default setting for <interface>%1</interface> in the alarm edit dialog." |
Variable Documentation
const char PREF_DIALOG_NAME[] = "PrefDialog" [static] |
Definition at line 90 of file prefdlg.cpp.
QString xtermCommands[] [static] |
Initial value:
{
QLatin1String("xterm -sb -hold -title %t -e %c"),
QLatin1String("konsole --noclose -p tabtitle=%t -e ${SHELL:-sh} -c %c"),
QLatin1String("gnome-terminal -t %t -e %W"),
QLatin1String("eterm --pause -T %t -e %C"),
QLatin1String("Eterm --pause -T %t -e %C"),
QLatin1String("rxvt -title %t -e ${SHELL:-sh} -c %w"),
QString()
}
Definition at line 98 of file prefdlg.cpp.
KDE 4.2 API Reference