Changeset 9775 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jun 17, 2008 2:56:57 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32136
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h
r9751 r9775 117 117 118 118 #endif // __QIWidgetValidator_h__ 119 -
trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp
r8629 r9775 108 108 /** 109 109 * Destructs this validator instance. 110 * Before des ctruction, the #validityChanged() signal is emitted; the110 * Before destruction, the #validityChanged() signal is emitted; the 111 111 * value of #isValid() is always true at this time. 112 112 */ … … 132 132 * are skipped and don't affect the result. 133 133 * 134 * The method emits the #isValidRequested() signal before calli g134 * The method emits the #isValidRequested() signal before calling 135 135 * #isOtherValid(), thus giving someone an opportunity to affect its result by 136 136 * calling #setOtherValid() from the signal handler. Note that #isOtherValid() … … 197 197 * 198 198 * 2) connects itself to those that can be validated, in order to emit the 199 * validityChanged() signal to give its receiver an op ortunity to do199 * validityChanged() signal to give its receiver an opportunity to do 200 200 * useful actions. 201 201 * … … 278 278 * 279 279 * This message uses the caption text passed to the constructor as a page 280 * name to refer to. If the caption is NULL, this func iton will return a null280 * name to refer to. If the caption is NULL, this function will return a null 281 281 * string. 282 282 * … … 330 330 * 331 331 * Returns the current value of the generic validity flag. 332 * Thi egeneric validity flag is used by #isValid() to determine332 * This generic validity flag is used by #isValid() to determine 333 333 * the overall validity of the managed widget. This flag is true by default, 334 334 * until #setOtherValid( false ) is called.
Note:
See TracChangeset
for help on using the changeset viewer.