Jump to content

Calendar QControl: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Remove OOP category (already on Object-Oriented Programming category)
 
Line 32: Line 32:
[[Category:QControl]]
[[Category:QControl]]
[[Category:Object-Oriented Programming]]
[[Category:Object-Oriented Programming]]
[[Category:OOP]]

Latest revision as of 17:15, 12 April 2020

Calendar QControl
Calendar QControl in Test VI

The Calendar QControl is a QControl which inherits from and extends the Cluster control.  It implements multiple buttons, lists, etc. to implement a Calandar.  It has a properties to customize:

  • Start Day of Week
  • Colors of different components
  • Toggle visibility of horizontal and vertical lines

It requires the QControl Toolkit to run which can be downloaded from the LabVIEW Tools Network here:

The QControl Toolkit on the LabVIEW Tools Network

LabVIEW Version

This code is currently published in LabVIEW 2018

Source Code

The source for the Calendar QControl can be found here:

QSI Shared QControls on GitLab

Build Instructions

The Calendar.lvclass and all its members can be distributed as a Class Library and built into the using application.

Installation Guide

The Calendar.lvclass and all its members can be distributed as a Class Library and built into the using application.

Execution

See documentation distributed with the QControl Toolkit.

Support

Submit Issues or Merge Requests through GitLab.