Home
last modified time | relevance | path

Searched refs:headerWidth (Results 1 – 25 of 52) sorted by relevance

123

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/commands/
H A Dclicommandsql.cpp411 headerWidth = 0; in SortedColumnWidth()
422 return headerWidth; in getHeaderWidth()
427 headerWidth = value; in setHeaderWidth()
433 if (headerWidth > value) in setMaxHeaderWidth()
435 headerWidth = value; in setMaxHeaderWidth()
442 headerWidth += value; in incrHeaderWidth()
448 headerWidth -= value; in decrHeaderWidth()
488 headerWidth = width; in incrWidth()
498 return headerWidth > dataWidth; in isHeaderLonger()
503 width = qMax(headerWidth, dataWidth); in updateWidth()
H A Dclicommandsql.h48 int headerWidth; variable
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/private/
H A Dkitemlistviewlayouter.cpp263 qreal headerWidth = minimumGroupHeaderWidth(); in groupHeaderRect() local
275 if (itemWidth > headerWidth) { in groupHeaderRect()
276 headerWidth = itemWidth; in groupHeaderRect()
282 size = QSizeF(headerWidth, m_size.height()); in groupHeaderRect()
474 const qreal headerWidth = minimumGroupHeaderWidth(); in doLayout() local
475 if (requiredItemHeight < headerWidth) { in doLayout()
476 requiredItemHeight = headerWidth; in doLayout()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/printing/
H A Dprintpainter.cpp41 uint headerWidth = 0; member in KatePrinter::PageLayout
220 pl.headerWidth = printer->width(); in configure()
416 painter.fillRect(0, 0, pl.headerWidth, pl.headerHeight, m_headerBackground); in paintHeader()
434 painter.drawText(marg, 0, pl.headerWidth - (marg * 2), pl.headerHeight, align, s); in paintHeader()
440 painter.drawLine(0, pl.headerHeight - 1, pl.headerWidth, pl.headerHeight - 1); in paintHeader()
456 …painter.drawLine(0, pl.pageHeight - pl.footerHeight - 1, pl.headerWidth, pl.pageHeight - pl.footer… in paintFooter()
459 …painter.fillRect(0, pl.pageHeight - pl.footerHeight, pl.headerWidth, pl.footerHeight, m_footerBack… in paintFooter()
475 …painter.drawText(marg, pl.pageHeight - pl.footerHeight, pl.headerWidth - (marg * 2), pl.footerHeig… in paintFooter()
576 painter.fillRect(0, y + pl.innerMargin, pl.headerWidth, m_boxWidth, m_boxColor); in paintGuide()
594 painter.drawLine(0, pl.headerHeight, pl.headerWidth, pl.headerHeight); in paintBox()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/util/
H A DGridSwing.java205 int headerWidth = 0;
215 headerWidth = comp.getPreferredSize().width + 10;
231 column.setPreferredWidth(Math.max(headerWidth, maxCellWidth)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3header/
H A Dtst_q3header.cpp98 testW->setFixedSize( testW->headerWidth() * 2, testW->headerWidth() / 2 ); in bug_setOffset()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/import/
H A Dtransactiondlg.cpp93 int headerWidth; in updateWindowSize() local
103 headerWidth = ui->tableWidget->width() - in updateWindowSize()
107 newWidth = columnsWidth - headerWidth + frameGeometry().width(); in updateWindowSize()
/dports/www/falkon/falkon-3.2.0/src/lib/session/
H A Dsessionmanagerdialog.cpp184 const int headerWidth = ui->treeWidget->header()->width(); in resizeViewHeader() local
185 ui->treeWidget->header()->resizeSection(0, headerWidth - headerWidth / 2.5); in resizeViewHeader()
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/views/keyframes/
H A Dkeyframes.qml32 property int headerWidth: 140
114 width: headerWidth
122 width: headerWidth
133 width: headerWidth
145 width: headerWidth
166 width: root.width - headerWidth
242 width: root.width - headerWidth
256 width: root.width - headerWidth - 16
262 contentWidth: tracksContainer.width + headerWidth
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTableColumn.java344 …int headerWidth = (int)OS.SendMessage (hwnd, OS.LVM_GETSTRINGWIDTH, 0, buffer) + Table.HEADER_MARG… in pack() local
345 if (OS.IsAppThemed ()) headerWidth += Table.HEADER_EXTRA; in pack()
350 headerWidth += Table.SORT_WIDTH; in pack()
353 headerWidth += bounds.width; in pack()
357 headerWidth += margin * 4; in pack()
413 if (headerWidth > columnWidth) { in pack()
437 OS.SendMessage (hwnd, OS.LVM_SETCOLUMNWIDTH, index, headerWidth); in pack()
H A DTreeColumn.java383 int headerWidth = rect.right - rect.left + Tree.HEADER_MARGIN; in pack() local
384 if (OS.IsAppThemed ()) headerWidth += Tree.HEADER_EXTRA; in pack()
388 headerWidth += Tree.SORT_WIDTH; in pack()
394 headerWidth += bounds.width; in pack()
402 headerWidth += margin * 2; in pack()
407 setWidthInPixels (Math.max (headerWidth, columnWidth + gridWidth)); in pack()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Session/
H A DSessionManagerDialog.py156 headerWidth = self.sessionsList.header().width()
158 0, headerWidth - headerWidth / 2.5)
/dports/www/falkon/falkon-3.2.0/src/lib/opensearch/
H A Dsearchenginesdialog.cpp250 const int headerWidth = ui->treeWidget->header()->width(); in resizeViewHeader() local
251 ui->treeWidget->header()->resizeSection(0, headerWidth - headerWidth / 4); in resizeViewHeader()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_io/
H A Dformatout.F90333 integer, parameter :: headerWidth = 80 local
335 write(stdOut, '(2A,/,A)') verticalBar, repeat(horizontalBar, headerWidth - 1), verticalBar
340 write(stdOut, '(A,/,2A,/,A)') verticalBar, verticalBar, repeat(horizontalBar, headerWidth - 1),&
355 write(stdOut, '(A,/,2A,/)') verticalBar, verticalBar, repeat(horizontalBar, headerWidth - 1)
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/views/timeline/
H A Dtimeline.qml104 property int headerWidth: 140
160 width: headerWidth
204 width: headerWidth
222 width: headerWidth
245 width: root.width - headerWidth
289 width: root.width - headerWidth
304 width: root.width - headerWidth - 16
310 contentWidth: tracksContainer.width + headerWidth
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A DKexiTableScrollAreaHeader.h51 int headerWidth() const;
/dports/games/openra/OpenRA-release-20200503/packaging/windows/
H A DWindowsLauncher.cs.in114 var headerWidth = (int)g.MeasureString(headerLabel.Text, headerLabel.Font).Width + 60;
116 formWidth = Math.Max(headerWidth, docsWidth);
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/qml/
H A Dtimeline.qml377 property int headerWidth: Math.max(minHeaderWidth, timeline.headerWidth())
508 width: root.width - headerWidth
511 x: headerWidth
622 width: root.width - headerWidth
625 x: headerWidth
758 width: root.width - headerWidth
761 x: headerWidth
823 width: headerWidth
1071 width: headerWidth
1094 x: root.headerWidth - 2
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ContentViewComponents.h93 auto headerWidth = roundToInt ((float) width * widths.getUnchecked (index)); in resized() local
94 h->setBounds (bounds.removeFromLeft (headerWidth)); in resized()
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_dataview.ts400 var headerWidth = Math.max(0, (col.width - this.headerBorderWidth - subHBorder));
402 "width: " + headerWidth + "px;");
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/
H A DBlinkenMovie.cpp827 unsigned short headerHeight, headerWidth, headerChannels, headerMaxval; in BlinkenMovieLoadBbm() local
848 headerWidth = (unsigned short)header[6] << 8 | (unsigned short)header[7]; in BlinkenMovieLoadBbm()
861 pMovie = BlinkenMovieNew( headerHeight, headerWidth, headerChannels, headerMaxval ); in BlinkenMovieLoadBbm()
929 len = 2 + headerHeight * headerWidth * headerChannels; in BlinkenMovieLoadBbm()
944 pFrame = BlinkenFrameNew( headerHeight, headerWidth, headerChannels, headerMaxval, duration ); in BlinkenMovieLoadBbm()
949 for( x = 0; x < headerWidth; x++ ) in BlinkenMovieLoadBbm()
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DFileTreeView.cc121 int headerWidth = Utils::measureHeaderItem(this->header(), headerText); in resizeEvent() local
123 int const width = std::max(minWidth, std::max(itemWidth, headerWidth)); in resizeEvent()
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DFileTreeView.cc121 int headerWidth = Utils::measureHeaderItem(this->header(), headerText); in resizeEvent() local
123 int const width = std::max(minWidth, std::max(itemWidth, headerWidth)); in resizeEvent()
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DFileTreeView.cc121 int headerWidth = Utils::measureHeaderItem(this->header(), headerText); in resizeEvent() local
123 int const width = std::max(minWidth, std::max(itemWidth, headerWidth)); in resizeEvent()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DFileTreeView.cc121 int headerWidth = Utils::measureHeaderItem(this->header(), headerText); in resizeEvent() local
123 int const width = std::max(minWidth, std::max(itemWidth, headerWidth)); in resizeEvent()

123