LibraryEditArgDialog
0
0
400
448
Edit argument
-
<html><head/><body>
<p>Is bool value allowed? For instance result from comparison or from '!' operator.</p>
<p>Typically, set this if the argument is a pointer, size, etc.</p>
<p>Example:</p>
<pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre>
</body></html>
Not bool
-
<html><head/><body>
<p>Is a null parameter value allowed?</p>
<p>Typically this should be used on any pointer parameter that does not allow null.</p>
<p>Example:</p>
<pre> strcpy(x,y); // neither x or y is allowed to be null.</pre>
</body></html>
Not null
-
Not uninit
-
String
-
0
0
Format string
-
Min size of buffer
-
-
-
Valid values
-
-
Qt::Horizontal
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
buttonBox
accepted()
LibraryEditArgDialog
accept()
222
433
157
274
buttonBox
rejected()
LibraryEditArgDialog
reject()
290
439
286
274