*** empty log message ***
This commit is contained in:
parent
b8f3b20617
commit
f29f7eafb2
@ -235,13 +235,13 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<widget class="Line">
|
<widget class="Line">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>line4</cstring>
|
<cstring>clauseline</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>HLine</enum>
|
<enum>HLine</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShadow">
|
<property name="frameShadow">
|
||||||
<enum>Sunken</enum>
|
<enum>Plain</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Horizontal</enum>
|
<enum>Horizontal</enum>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.6 2006-11-14 13:55:43 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.7 2006-11-14 15:13:50 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -90,6 +90,12 @@ void AdvSearch::init()
|
|||||||
|
|
||||||
subtreeCMB->insertStringList(prefs.asearchSubdirHist);
|
subtreeCMB->insertStringList(prefs.asearchSubdirHist);
|
||||||
subtreeCMB->setEditText("");
|
subtreeCMB->setEditText("");
|
||||||
|
|
||||||
|
// The clauseline frame is needed to force designer to accept a
|
||||||
|
// vbox to englobe the base clauses grid and 'something else' (the
|
||||||
|
// vbox is so that we can then insert SearchClauseWs), but we
|
||||||
|
// don't want to see it.
|
||||||
|
clauseline->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user