Calendar extending
-
Hi,
I want to extend standard calendar widget to a something like this:
https://thomasmcguire.files.wordpress.com/2011/04/step43.pngFrom where I can start with? Is there any extended widget already exists?
PS. I googled about this issue but unfortunately I couldn't find any ready solution between Qt widgets :(
-
Hi,
I'd take a look at Kontact's sources. You'll see directly what it is using to display the calendar.
-
KDE SDK, form version 5 onward only links to Qt with no KDE only system calls so it works everywhere Qt works
from https://www.kde.org/developerplatform/
The entire KDE Development Platform is built upon the Qt toolkit from Qt Development Frameworks, a Nokia company. Like Qt, the KDE libraries are LGPL or BSD licensed and enable easy cross-platform development. The KDE community works on enabling KDE applications both on Unix and Unix-like operating systems such as Linux, Sun Solaris and BSD as well as Windows and Mac. Efforts are also directed at supporting KDE on mobile platforms like Symbian, Windows CE and Maemo. Other operating systems like Haiku are supported by a vibrant community.
-
Does this count ?
http://code.qt.io/cgit/qt/qtpim.git/tree/ -
Does this count ?
http://code.qt.io/cgit/qt/qtpim.git/tree/ -
KDE SDK, form version 5 onward only links to Qt with no KDE only system calls so it works everywhere Qt works
from https://www.kde.org/developerplatform/
The entire KDE Development Platform is built upon the Qt toolkit from Qt Development Frameworks, a Nokia company. Like Qt, the KDE libraries are LGPL or BSD licensed and enable easy cross-platform development. The KDE community works on enabling KDE applications both on Unix and Unix-like operating systems such as Linux, Sun Solaris and BSD as well as Windows and Mac. Efforts are also directed at supporting KDE on mobile platforms like Symbian, Windows CE and Maemo. Other operating systems like Haiku are supported by a vibrant community.
-
@mbnoimi said in Calendar extending:
@p3c0 I didn't build it. Do you've any screenshot of it?
No. I didnt. But as per the description here:
https://wiki.qt.io/Qt_Add_ons_ModulesQt Contacts - C++ and QML APIs for accessing addressbooks / contact databases
Qt Organizer - C++ and QML APIs for accessing organizer events (todos, events, etc.) -
@mbnoimi said in Calendar extending:
@p3c0 I didn't build it. Do you've any screenshot of it?
No. I didnt. But as per the description here:
https://wiki.qt.io/Qt_Add_ons_ModulesQt Contacts - C++ and QML APIs for accessing addressbooks / contact databases
Qt Organizer - C++ and QML APIs for accessing organizer events (todos, events, etc.) -
@p3c0 The screenshots are so small :(
Any way, I counld build them smoothly but I'm unable to make run because of:
Executable /home/xxx/Desktop/qtpim/tests/auto/organizer/qorganizermanager/qorganizermanager does not exist.NOTE: I tried to set "Shadow Build" but I got same result
-
@p3c0 The screenshots are so small :(
Any way, I counld build them smoothly but I'm unable to make run because of:
Executable /home/xxx/Desktop/qtpim/tests/auto/organizer/qorganizermanager/qorganizermanager does not exist.NOTE: I tried to set "Shadow Build" but I got same result
@mbnoimi said in Calendar extending:
@p3c0 The screenshots are so small :(
Any way, I counld build them smoothly but I'm unable to make run because of:
Executable /home/xxx/Desktop/qtpim/tests/auto/organizer/qorganizermanager/qorganizermanager does not exist.NOTE: I tried to set "Shadow Build" but I got same result
Did you try running the examples ?
qtpim/examples/organizer/calendardemo

