Beispiel #1
0
void PapyrusDesktop::showConfigure()
{
    ConfigurePage configure;
    configure.exec();
}
Beispiel #2
0
void KaqazDesktop::showConfigure()
{
    ConfigurePage configure;
    configure.exec();
}