Searched refs:width (Results 1 – 14 of 14) sorted by relevance
/glogg/glogg/src/ |
H A D | overviewwidget.cpp |
|
H A D | qfnotifications.h |
|
H A D | infoline.cpp |
|
H A D | quickfindwidget.cpp |
|
H A D | abstractlogview.cpp |
|
H A D | abstractlogview.h |
|
H A D | mainwindow.cpp |
|
/glogg/src/ |
H A D | overviewwidget.cpp | 186 line.position(), width() - LINE_MARGIN - 1, line.position() ); in paintEvent() 196 line.position(), width() - LINE_MARGIN - 1, line.position() ); in paintEvent() 203 painter.drawLine( 1, view_lines.first, width(), view_lines.first ); in paintEvent() 204 painter.drawLine( 1, view_lines.second, width(), view_lines.second ); in paintEvent() 217 ( width() - HIGHLIGHT_XPM_WIDTH ) / 2, in paintEvent()
|
H A D | infoline.cpp | 39 int changeoverX = width() * completion / 100; in displayGauge() 63 painter.fillRect( 0, 0, this->width(), this->height(), in paintEvent()
|
H A D | qfnotifications.h | 36 return qMax( fm.size( Qt::TextSingleLine, REACHED_BOF ).width(), in maxWidth() 37 fm.size( Qt::TextSingleLine, REACHED_EOF ).width() ); in maxWidth()
|
H A D | quickfindwidget.cpp | 71 int width = QFNotification::maxWidth( notificationText_ ); in QuickFindWidget() local 72 notificationText_->setMinimumSize( width, 0 ); in QuickFindWidget() 75 setMinimumWidth( minimumSizeHint().width() ); in QuickFindWidget()
|
H A D | abstractlogview.cpp | 167 const int fontWidth = fm.width( QChar('a') ); in draw() 490 visible.right() - pos.x() ) - visible.width(); in timerEvent() 810 viewport()->width(), viewport()->devicePixelRatio() ); in paintEvent() 1065 charWidth_ = fm.width( QChar('a') ); in updateDisplaySize() 1074 LOG(logDEBUG) << "viewport.width()=" << viewport()->width(); in updateDisplaySize() 1076 LOG(logDEBUG) << "width()=" << width(); in updateDisplaySize() 1080 overviewWidget_->setGeometry( viewport()->width() + 2, 1, in updateDisplaySize() 1086 viewport()->width() * viewport()->devicePixelRatio(), in updateDisplaySize() 1154 return ( viewport()->width() - leftMarginPx_ ) / charWidth_ + 1; in getNbVisibleCols() 1436 const int paintDeviceWidth = paint_device->width() / viewport()->devicePixelRatio(); in drawTextArea() [all …]
|
H A D | abstractlogview.h | 409 QPixmap drawPullToFollowBar( int width, float pixel_ratio );
|
H A D | mainwindow.cpp | 80 geometry.width() - 140, geometry.height() - 140 ); in MainWindow()
|