Switch to unified view

a/src/qtgui/recollmain.ui.h b/src/qtgui/recollmain.ui.h
...
...
23
 ** You should not define a constructor or destructor in this file.
23
 ** You should not define a constructor or destructor in this file.
24
 ** Instead, write your code in functions called init() and destroy().
24
 ** Instead, write your code in functions called init() and destroy().
25
 ** These will automatically be called by the form's constructor and
25
 ** These will automatically be called by the form's constructor and
26
 ** destructor.
26
 ** destructor.
27
 *****************************************************************************/
27
 *****************************************************************************/
28
void RclMainBase::fileExit()
29
{
30
}
31
void RclMainBase::periodic100()
32
{
33
}
34
void RclMainBase::fileStart_IndexingAction_activated()
35
{
36
}
37
void RclMainBase::previewClosed( QWidget * )
38
{
39
}
40
void RclMainBase::showAdvSearchDialog()
41
{
42
}
43
void RclMainBase::showSortDialog()
44
{
45
}
46
void RclMainBase::showAboutDialog()
47
{
48
}
49
void RclMainBase::startManual()
50
{
51
}
52
void RclMainBase::showDocHistory()
53
{
54
}
55
void RclMainBase::showUIPrefs()
56
{
57
}
58
void RclMainBase::setUIPrefs()
59
{
60
}
61
void RclMainBase::enableNextPage(bool)
62
{
63
}
64
void RclMainBase::enablePrevPage(bool)
65
{
66
}
67
void RclMainBase::startNativeViewer(int)
68
{
69
}
70
void RclMainBase::startPreview(int)
71
{
72
}