Home
last modified time | relevance | path

Searched refs:fldWidth (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/sql/
H A Dq3datatable.cpp113 Q3ValueList<int> fldWidth; member in Q3DataTablePrivate
323 d->fldWidth += width; in addColumn()
347 d->fldWidth[col] = width; in setColumn()
364 d->fldWidth.remove( d->fldWidth.at( col ) ); in removeColumn()
379 if ( d->fldWidth.at( col ) != d->fldWidth.end() ) { in setColumnWidth()
380 d->fldWidth[col] = w; in setColumnWidth()
1385 d->fldWidth.clear(); in reset()
1849 d->fldWidth.clear(); in setSqlCursor()
2195 int fldWidth = d->fldWidth[ col1 ]; in swapColumns() local
2200 d->fldWidth[ col1 ] = d->fldWidth[ col2 ]; in swapColumns()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp955 int fldWidth = fldRect.GetWidth(); in OnSize() local
956 m_ctrlPanel->SetSize(fldWidth - 1, fldRect.GetHeight()); in OnSize()