lokalize
projecttab.cpp File Reference
#include "projecttab.h"
#include "project.h"
#include "projectwidget.h"
#include "tmscanapi.h"
#include "prefs.h"
#include <klocale.h>
#include <kaction.h>
#include <kactioncategory.h>
#include <kactioncollection.h>
#include <kstandardaction.h>
#include <kxmlguifactory.h>
#include <klineedit.h>
#include <kstatusbar.h>
#include <khbox.h>
#include <QContextMenuEvent>
#include <QMenu>
#include <QVBoxLayout>
#include <QShortcut>
#include <QSortFilterProxyModel>
#include <QProgressBar>
#include <QStackedLayout>
#include <QLabel>
#include <QPushButton>
Include dependency graph for projecttab.cpp:
Go to the source code of this file.
Macros | |
#define | ADD_ACTION_SHORTCUT_ICON(_name, _text, _shortcut, _icon) |
Macro Definition Documentation
#define ADD_ACTION_SHORTCUT_ICON | ( | _name, | |
_text, | |||
_shortcut, | |||
_icon | |||
) |
Value:
action = nav->addAction(_name);\
action->setText(_text);\
action->setShortcut(QKeySequence( _shortcut ));\
action->setIcon(KIcon(_icon));
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.