Code Monkey home page Code Monkey logo

tray-notification-system's People

Contributors

microcai avatar pcmantinker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tray-notification-system's Issues

Compile problems

Hi, I just wanted to compile this and I have errors (I develop with PySide, so I translated to Python and does not work as expected, I wanted to compile this to try):

qmake-qt4 Tray-Notification-System.pro
make
/usr/lib/i386-linux-gnu/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o mainwindow.o mainwindow.cpp
mainwindow.cpp: In constructor ‘MainWindow::MainWindow(QWidget_)’:
mainwindow.cpp:9:43: error: no matching function for call to ‘TrayNotificationManager::TrayNotificationManager(MainWindow_ const)’
tnm = new TrayNotificationManager(this);
^
mainwindow.cpp:9:43: note: candidates are:
In file included from mainwindow.h:6:0,
from mainwindow.cpp:1:
traynotificationmanager.h:16:5: note: TrayNotificationManager::TrayNotificationManager()
TrayNotificationManager();
^
traynotificationmanager.h:16:5: note: candidate expects 0 arguments, 1 provided
traynotificationmanager.h:7:7: note: TrayNotificationManager::TrayNotificationManager(const TrayNotificationManager&)
class TrayNotificationManager : public QObject
^
traynotificationmanager.h:7:7: note: no known conversion for argument 1 from ‘MainWindow* const’ to ‘const TrayNotificationManager&’
make: *** [mainwindow.o] Error 1

Any idea?

Using Qt 4.8.4 (Kubuntu 13.10)

QT 5 support

I tried to use it with QT 5 but haven't succeeded. Any chance you will port this to QT 5?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.