Home
last modified time | relevance | path

Searched refs:bottomLine (Results 1 – 25 of 100) sorted by relevance

1234

/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpagesingleplayer.cpp58 QHBoxLayout * bottomLine = new QHBoxLayout(); in footerLayoutDefinition() local
59 bottomLine->addStretch(); in footerLayoutDefinition()
61 BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true); in footerLayoutDefinition()
63 BtnLoad = addButton(":/res/Load.png", bottomLine, 2, true); in footerLayoutDefinition()
67 bottomLine->setStretch(1,0); in footerLayoutDefinition()
68 bottomLine->setStretch(2,0); in footerLayoutDefinition()
69 bottomLine->setAlignment(BtnDemos, Qt::AlignRight | Qt::AlignBottom); in footerLayoutDefinition()
70 bottomLine->setAlignment(BtnLoad, Qt::AlignRight | Qt::AlignBottom); in footerLayoutDefinition()
72 return bottomLine; in footerLayoutDefinition()
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpagesingleplayer.cpp58 QHBoxLayout * bottomLine = new QHBoxLayout(); in footerLayoutDefinition() local
59 bottomLine->addStretch(); in footerLayoutDefinition()
61 BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true); in footerLayoutDefinition()
63 BtnLoad = addButton(":/res/Load.png", bottomLine, 2, true); in footerLayoutDefinition()
67 bottomLine->setStretch(1,0); in footerLayoutDefinition()
68 bottomLine->setStretch(2,0); in footerLayoutDefinition()
69 bottomLine->setAlignment(BtnDemos, Qt::AlignRight | Qt::AlignBottom); in footerLayoutDefinition()
70 bottomLine->setAlignment(BtnLoad, Qt::AlignRight | Qt::AlignBottom); in footerLayoutDefinition()
72 return bottomLine; in footerLayoutDefinition()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsindenter.cpp573 QString bottomLine = last.text(); in indentForBottomLine() local
574 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
583 if (isOnlyWhiteSpace(bottomLine)) in indentForBottomLine()
586 indent = indentOfLine(bottomLine); in indentForBottomLine()
601 if (caseOrDefault.match(bottomLine).hasMatch()) { in indentForBottomLine()
615 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
618 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimVertexExtractor.cpp324 ossim_int32 bottomLine = 0; in extractVertices() local
392 bottomLine = last_non_null_line; in extractVertices()
472 lastLeftSample = theLeftEdge[bottomLine]; in extractVertices()
516 rightCornerLine_B = bottomLine; in extractVertices()
520 leftCornerLine_B = bottomLine; in extractVertices()
551 rightCornerLine_B = bottomLine; in extractVertices()
554 leftCornerLine_B = bottomLine; in extractVertices()
646 ossim_int32 line2_pt4 = bottomLine; in extractVertices()
739 ossim_int32 line3_pt4 = bottomLine; in extractVertices()
1591 rightCornerLine_B = (bottomLine); in extractVertices()
[all …]
/dports/textproc/kompare/kompare-21.12.3/src/komparepart/
H A Dkompareconnectwidget.cpp42 QFrame* bottomLine = new QFrame(this); in KompareConnectWidgetFrame() local
43 bottomLine->setFrameShape(QFrame::HLine); in KompareConnectWidgetFrame()
44 bottomLine->setFrameShadow(QFrame::Plain); in KompareConnectWidgetFrame()
45 bottomLine->setSizePolicy(QSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed)); in KompareConnectWidgetFrame()
46 bottomLine->setFixedHeight(1); in KompareConnectWidgetFrame()
50 m_layout.addWidget(bottomLine); in KompareConnectWidgetFrame()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DChangeRulerColumn.java469 int bottomLine= fCachedTextViewer.getBottomIndex(); in computeVisibleModelLines() local
470 if (bottomLine != -1) in computeVisibleModelLines()
471 ++ bottomLine; in computeVisibleModelLines()
480 if (lastLine < bottomLine || bottomLine == -1) in computeVisibleModelLines()
481 bottomLine= lastLine; in computeVisibleModelLines()
486 ILineRange visibleModelLines= new LineRange(topLine, bottomLine - topLine + 1); in computeVisibleModelLines()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dyyindent.cpp1050 const QString& bottomLine = program.last(); in indentForBottomLine() local
1051 QChar firstCh = firstNonWhiteSpace( bottomLine ); in indentForBottomLine()
1060 if ( isOnlyWhiteSpace(bottomLine) ) { in indentForBottomLine()
1063 indent = indentOfLine( bottomLine ); in indentForBottomLine()
1089 if ( caseLabel.exactMatch(bottomLine) ) { in indentForBottomLine()
1103 if ( indentOfLine(bottomLine) <= indent ) in indentForBottomLine()
1106 indent = indentOfLine( bottomLine ); in indentForBottomLine()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/qdoc/
H A Dyyindent.cpp1028 const QString &bottomLine = program.last(); in indentForBottomLine() local
1029 QChar firstCh = firstNonWhiteSpace(bottomLine); in indentForBottomLine()
1038 if (isOnlyWhiteSpace(bottomLine)) { in indentForBottomLine()
1041 indent = indentOfLine(bottomLine); in indentForBottomLine()
1066 if (caseLabel.exactMatch(bottomLine)) { in indentForBottomLine()
1080 if (indentOfLine(bottomLine) <= indent) in indentForBottomLine()
1083 indent = indentOfLine(bottomLine); in indentForBottomLine()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dbindingindicator.cpp91 QLineF bottomLine(const QmlItemNode &qmlItemNode) in bottomLine() function
140 m_indicatorBottomShape->updateBindingIndicator(bottomLine(qmlItemNode)); in setItems()
181 m_indicatorBottomShape->updateBindingIndicator(bottomLine(qmlItemNode)); in updateItems()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/message-popup/payment/
H A Dindex.stories.tsx13 bottomLine: '',
79 bottomLine: 'stronghold.com',
91 bottomLine: 'stronghold.com',
103 bottomLine: 'stronghold.com',
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Dcross_line.cpp87 auto bottomLine = topLine.translated(0, _strokePen.widthF() + 1); in fillFrame() local
109 q.drawLine(_reversed ? topLine : bottomLine); in fillFrame()
113 q.drawLine(_reversed ? bottomLine : topLine); in fillFrame()

1234