diff options
Diffstat (limited to 'doc/html/qchecklistitem.html')
-rw-r--r-- | doc/html/qchecklistitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html index 579c4469c..15693c5cc 100644 --- a/doc/html/qchecklistitem.html +++ b/doc/html/qchecklistitem.html @@ -140,12 +140,12 @@ Constructs a checkable item with parent <em>parent</em>, which is after of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>. -<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>, text <em>text</em> and pixmap <em>p</em>. -<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>, text <em>text</em> and pixmap <em>p</em>. @@ -177,7 +177,7 @@ The item is in column <em>column</em>, has width <em>width</em> and has alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.) <p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the painter <em>p</em>. |