mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-04-27 23:31:24 -07:00
"quick": add properties dialog to every example, see SHOW-PROPERTIES-DIALOG
This commit is contained in:
parent
e8aa7601e8
commit
1281b68a8b
13 changed files with 69 additions and 29 deletions
|
|
@ -1647,7 +1647,7 @@ cl_object qapropos2(cl_object l_search, cl_object l_class, cl_object l_type, cl_
|
|||
search = toCString(l_search); }
|
||||
bool all = (Cnil == l_type);
|
||||
bool q = all ? false : (Ct == cl_eql(q_keyword(), l_type));
|
||||
bool no_offset = (Ct == l_no_offset);
|
||||
bool no_offset = (l_no_offset != Cnil);
|
||||
StrList classes;
|
||||
bool qt_eql = false;
|
||||
const QMetaObject* mo = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue