Multicalendar QTableWidget

Qt Widgets

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

2
Become a Fan
5.0

Description:
Can save time sheet on sql database or simple on file import / export.
QDataStream Qt_4_2 run on linux and window.

On Sheet can contain 10 year or more depend from year range setting ...

line 375 from ( void Calendar::init() )
CalendarStructure.cpp
QDate now = QDate::currentDate();
ActiveYear = now.year();
MaxY = ActiveYear + 8;
MinY = ActiveYear - 3;

each year page contain 420 day one year
sheet having 11 year x 420 day.
Any work timeline is saved as id nummer.

int DayCell::ID()
{
QDate unixtime = QDate(1970,1,1);
return dax.toJulianDay() - unixtime.toJulianDay();
}

Day from unixdate null to date x.

Ratings & Comments

0 Comments

Be the first to comment
Pling
0 Affiliates
Details
license
version 1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Qt Widgets from patrik08:

Document Margin Slider /Units
patrik08
last update date: 17 years ago

Score 5.0

GraphicsViewEdit Layer
patrik08
last update date: 17 years ago

Score 5.7

Apng Video Frame Label
patrik08
last update date: 17 years ago

Score 5.0

Other Qt Widgets:

Widget Virtual Keyboard
embitel
last update date: 15 years ago

Score 5.3

Widget Marquee Label
embitel
last update date: 15 years ago

Score 6.1

Widget Color Picker
embitel
last update date: 15 years ago

Score 4.7

QtitanDataGrid advanced Grid for Qt
BigZ1
last update date: 8 years ago

Score 5.7

QtitanRibbon Microsoft RibbonUI and Office Styles for Qt
BigZ1
last update date: 8 years ago

Score 5.2

Q7TaskBar
QDevelopper
last update date: 13 years ago

Score 6.1