LibraryEditArgDialog
0
0
448
465
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
-
Qt::Vertical
20
40
-
-
Min size of buffer
-
-
Type
-
-
None
-
argvalue
-
mul
-
strlen
-
Arg
-
-
-
Qt::Horizontal
40
20
-
Arg2
-
-
-
Qt::Horizontal
40
20
-
0
0
and
-
-
Type
-
true
-
None
-
argvalue
-
mul
-
strlen
-
Arg
-
-
-
Qt::Horizontal
40
20
-
Arg2
-
-
-
Qt::Horizontal
40
20
-
Qt::Vertical
20
40
-
-
Valid values
-
-
Qt::Horizontal
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
buttonBox
accepted()
LibraryEditArgDialog
accept()
226
460
157
274
buttonBox
rejected()
LibraryEditArgDialog
reject()
290
439
286
274
minsize1type
currentIndexChanged(int)
LibraryEditArgDialog
minsizeChanged()
413
194
446
175
minsize2type
currentIndexChanged(int)
LibraryEditArgDialog
minsizeChanged()
436
299
447
297
minsizeChanged()