[Kde-cygwin-cvs] CVS: qt-3/doc/html propertydocs,1.1.1.7,1.2
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:41:09
|
Update of /cvsroot/kde-cygwin/qt-3/doc/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/doc/html Modified Files: propertydocs Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: propertydocs =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/doc/html/propertydocs,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- propertydocs 22 Sep 2005 12:52:27 -0000 1.1.1.7 +++ propertydocs 23 Sep 2005 09:40:27 -0000 1.2 @@ -172,10 +172,6 @@ property. <p> In a popup menu the member actions are displayed in a submenu. <p> Changing usesDropDown only affects <em>subsequent</em> calls to <a href="qactiongroup.html#addTo">addTo</a>(). -<p> Note that setting this property for actions in a combobox causes -calls to their <a href="qaction.html#setVisible">QAction::setVisible</a>(), -<a href="qaction.html#setEnabled">QAction::setEnabled</a>(), and -<a href="qaction.html#setDisabled">QAction::setDisabled</a>() functions to have no effect. <p> This property's default is FALSE. <p> <p>Set this property's value with <a href="qactiongroup.html#setUsesDropDown">setUsesDropDown</a>() and get this property's value with <a href="qactiongroup.html#usesDropDown">usesDropDown</a>(). @@ -388,9 +384,8 @@ <property> <name>QButtonGroup::selectedId</name> <doc href="qbuttongroup.html#selectedId-prop"> -<p>This property holds the selected toggle button. -<p>The toggle button is specified as an ID. -<p> If no toggle button is selected, this property holds -1. +<p>This property holds the id of the selected toggle button. +<p>If no toggle button is selected, <a href="qbuttongroup.html#id">id</a>() returns -1. <p> If <a href="qbuttongroup.html#setButton">setButton</a>() is called on an exclusive group, the button with the given id will be set to on and all the others will be set to off. @@ -3167,11 +3162,6 @@ moves the cursor close to a border of the view. Of course this works only if the viewport accepts drops. Specifying FALSE disables this autoscroll feature. -<p> <b>Warning:</b> Enabling this property might not be enough to -effectively turn on autoscrolling. If you put a custom widget in -the QScrollView, you might need to call QDragEvent::ignore() on -the event in the <a href="qwidget.html#dragEnterEvent">dragEnterEvent</a>() and <a href="qwidget.html#dragMoveEvent">dragMoveEvent</a>() -reimplementations. <p>Set this property's value with <a href="qscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() and get this property's value with <a href="qscrollview.html#dragAutoScroll">dragAutoScroll</a>(). </doc> |