forked from qt-creator/qt-creator
cosmetics
This commit is contained in:
@@ -45,7 +45,8 @@ QT_END_NAMESPACE
|
|||||||
namespace Core {
|
namespace Core {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class FancyTab : public QObject{
|
class FancyTab : public QObject
|
||||||
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
Q_PROPERTY(float fader READ fader WRITE setFader)
|
Q_PROPERTY(float fader READ fader WRITE setFader)
|
||||||
@@ -112,7 +113,7 @@ public:
|
|||||||
void setTabToolTip(int index, QString toolTip) { m_tabs[index]->toolTip = toolTip; }
|
void setTabToolTip(int index, QString toolTip) { m_tabs[index]->toolTip = toolTip; }
|
||||||
QString tabToolTip(int index) const { return m_tabs.at(index)->toolTip; }
|
QString tabToolTip(int index) const { return m_tabs.at(index)->toolTip; }
|
||||||
|
|
||||||
QIcon tabIcon(int index) const {return m_tabs.at(index)->icon; }
|
QIcon tabIcon(int index) const { return m_tabs.at(index)->icon; }
|
||||||
QString tabText(int index) const { return m_tabs.at(index)->text; }
|
QString tabText(int index) const { return m_tabs.at(index)->text; }
|
||||||
int count() const {return m_tabs.count(); }
|
int count() const {return m_tabs.count(); }
|
||||||
QRect tabRect(int index) const;
|
QRect tabRect(int index) const;
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
|
|||||||
|
|
||||||
const char * const C_DEBUGMODE = "Debugger.DebugMode";
|
const char * const C_DEBUGMODE = "Debugger.DebugMode";
|
||||||
const char * const C_CPPDEBUGGER = "Gdb Debugger";
|
const char * const C_CPPDEBUGGER = "Gdb Debugger";
|
||||||
const char * const GDBRUNNING = "Gdb.Running";
|
|
||||||
|
|
||||||
const char * const DEBUGGER_COMMON_SETTINGS_ID = "A.Common";
|
const char * const DEBUGGER_COMMON_SETTINGS_ID = "A.Common";
|
||||||
const char * const DEBUGGER_COMMON_SETTINGS_NAME =
|
const char * const DEBUGGER_COMMON_SETTINGS_NAME =
|
||||||
|
|||||||
@@ -377,6 +377,8 @@ const char * const ADD_TO_WATCH_KEY = "Ctrl+Alt+Q";
|
|||||||
const char * const SNAPSHOT_KEY = "Ctrl+D,Ctrl+S";
|
const char * const SNAPSHOT_KEY = "Ctrl+D,Ctrl+S";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
const char * const GDBRUNNING = "Gdb.Running";
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
} // namespace Debugger
|
} // namespace Debugger
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user