|
Guitar
|
#include <QColor>#include <QPoint>

Go to the source code of this file.
Namespaces | |
| misc | |
Functions | |
| QStringList | misc::splitWords (QString const &text) |
| 文字列を単語に分割する。 More... | |
| QString | misc::getApplicationDir () |
| アプリケーションのディレクトリパスを取得する More... | |
| void | misc::drawFrame (QPainter *pr, int x, int y, int w, int h, QColor color_topleft, QColor color_bottomright=QColor()) |
| 矩形のフレームを描画する。 More... | |
| QString | misc::makeDateTimeString (const QDateTime &dt) |
| 日時を文字列に変換する More... | |
| void | misc::setFixedSize (QWidget *w) |
| ウィジェットのサイズを固定する More... | |
| QPoint | misc::contextMenuPos (QWidget *w, QContextMenuEvent *e) |
| コンテキストメニューを表示する位置を計算する More... | |
| QString | misc::abbrevBranchName (QString const &name) |
| ブランチ名を短縮形に変換する。 More... | |
| QString | misc::makeProxyServerURL (QString text) |
| プロキシサーバーURLを正規化する More... | |
| QString | misc::collapseWhitespace (QString const &source) |
| 文字列内の連続する空白文字を1つのスペースにまとめる。 More... | |