Package com.trolltech.qt.core

Examples of com.trolltech.qt.core.QSettings


 
  private static FileManager fileManager;  // Used to access files & directories
 
    // Do initial setup
    public static void setup(StartupConfig startupConfig) throws InitializationException  {
        settings = new QSettings("fbn.cx", startupConfig.getName());
        disableViewing = startupConfig.getDisableViewing();
        syncOnly = startupConfig.isSyncOnly();

        fileManager = new FileManager(startupConfig.getHomeDirPath(), startupConfig.getProgramDirPath());
View Full Code Here

TOP

Related Classes of com.trolltech.qt.core.QSettings

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.