Examples of QSystemTrayIcon


Examples of com.trolltech.qt.gui.QSystemTrayIcon

    trayMenu.addAction(trayAddNoteAction);
    trayMenu.addAction(trayShowAction);
    trayMenu.addAction(trayExitAction);
   
   
    trayIcon = new QSystemTrayIcon(this);
    trayIcon.setToolTip(tr("NixNote"));
    trayIcon.setContextMenu(trayMenu);
    trayIcon.activated.connect(this, "trayActivated(com.trolltech.qt.gui.QSystemTrayIcon$ActivationReason)");

    currentNoteGuid="";
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.