📄 segmenttip.h
字号:
// Author: Max Howell <max.howell@methylblue.com>, (C) 2004// Copyright: See COPYING file that comes with this distribution#ifndef SEGMENTTIP_H#define SEGMENTTIP_H#include <kpixmap.h>#include <qwidget.h>class File;class Directory;namespace RadialMap{ class SegmentTip : public QWidget { public: SegmentTip( uint ); void updateTip( const File*, const Directory* ); void moveto( QPoint, const QWidget&, bool ); private: virtual bool eventFilter( QObject*, QEvent* ); virtual bool event( QEvent* ); uint m_cursorHeight; KPixmap m_pixmap; QString m_text; };}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -