Searched refs:HIG (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dhig.cc23 HIG :: HIG( QWidget * parent ): function in class:HIG
35 HIG :: ~HIG( )
45 HIG :: addSectionDivider( )
53 HIG :: addSectionTitle( const QString& title )
63 HIG :: addSectionTitle( QWidget * w )
70 HIG :: addSectionTitle( QLayout * l )
78 HIG :: addRow( QWidget * w )
92 HIG
[all...]
H A Dhig.h24 class HIG: public QWidget class in inherits:QWidget
37 HIG( QWidget * parent = 0 );
38 virtual ~HIG( );
H A Dtriconpushbutton.cc37 s.rwidth() += HIG::PAD_SMALL*2;
52 QRect iconRect( opt.rect.x() + HIG::PAD_SMALL,
H A Dsession-dialog.cc73 top->setSpacing( HIG :: PAD );
75 HIG * hig = new HIG;
H A Drelocate.cc91 HIG * hig = new HIG( );
H A Dstats-dialog.cc37 HIG * hig = new HIG( );
H A Dprefs-dialog.cc174 HIG * hig = new HIG( this );
217 HIG * hig = new HIG( this );
233 h->setSpacing( HIG :: PAD );
257 h->setSpacing( HIG::PAD );
299 HIG * hig = new HIG( this );
334 HIG * hig = new HIG( thi
[all...]
H A Ddetails.cc859 HIG * hig = new HIG( this );
1081 HIG * hig = new HIG( this );
1125 h->setSpacing( HIG :: PAD );
1140 h->setSpacing( HIG :: PAD );
1186 v->setSpacing( HIG::PAD_BIG );
1187 v->setContentsMargins( HIG::PAD_BIG, HIG::PAD_BIG, HIG
[all...]
H A Dabout.cc67 v->addSpacing( HIG::PAD_BIG );
H A Dmake-dialog.cc334 top->setSpacing( HIG :: PAD );
336 HIG * hig = new HIG;
H A Dfile-tree.cc549 size.rwidth() = HIG::PAD_SMALL + iconSize;
610 tmp.rect.setWidth( option.rect.width( ) - iconArea.width( ) - HIG::PAD_SMALL );
H A Dfilterbar.cc43 return qMax( int(HIG::PAD_SMALL), w->style()->pixelMetric( QStyle::PM_LayoutHorizontalSpacing, 0, w ) );
407 const int hmargin = qMax( int(HIG::PAD), style()->pixelMetric( QStyle::PM_LayoutHorizontalSpacing ) );
H A Dmainwin.cc385 h->setContentsMargins( HIG::PAD_SMALL, HIG::PAD_SMALL, HIG::PAD_SMALL, HIG::PAD_SMALL );
386 h->setSpacing( HIG::PAD_SMALL );
H A Doptions.cc180 layout->setSpacing( HIG :: PAD );

Completed in 95 milliseconds