nav->setAttribute(Qt::WA_Maemo5StackedWindow);
| The Following User Says Thank You to jackburton For This Useful Post: | ||
| The Following User Says Thank You to jackburton For This Useful Post: | ||








INSERT INTO View (Summary,WhereClause,OrderBy)
VALUES
('Tasks Due Next 5 Days',
'Type = ''2'' AND DateStart BETWEEN strftime(''%s'',''now'',''start of day'',''utc'') AND strftime(''%s'',''now'',''start of day'',''+4 day'',''utc'')',
'status,DateStart'
);
INSERT INTO View (Summary,WhereClause,OrderBy)
VALUES
('Tasks Due Next 3 Days',
'Type = ''2'' AND DateStart BETWEEN strftime(''%s'',''now'',''start of day'',''utc'') AND strftime(''%s'',''now'',''start of day'',''+2 day'',''utc'')',
'status,DateStart'
);
