Problem with QCalendar / QControl Style
I have a rather simple problem (I hope).
I'm wondering why when I use:
$this->dtxMinimum = new QDateTimeTextBox($this);
$this->calMinimum = new QCalendar($this, $this->dtxMinimum);
$this->dtxMinimum->AddAction(new QFocusEvent(), new QBlurControlAction($this->dtxMinimum));
$this->dtxMinimum->AddAction(new QClickEvent(), new QShowCalendarAction($this->calMinimum));
It renders the QCalendar without the Calendar.png image, and when the Calendar pops up it has no style. In the example:
http://examples.qcu.be/assets/_core/php/examples/other_controls/datetime...
The one they use has nice styling, but I can't figure where they defined it.
Sorry I know this is pretty simple, thanks!

It sounds like you may not have your core assets defined properly.
Is this a default install of QCubed, or have you edited things?
Are you using QCubed 1.0.1 or 1.1?
Did you move around the directory structure or change anything in the configuration file that would affect the global assets location?
Do you have the default stylesheet and images in the /assets/_core/css and /assets/_core/images directories?
That should help us help you.