99 lines
4.4 KiB
HTML
99 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<!-- index.qdoc -->
|
|
<title>CSDataQuick Documentation 1.2</title>
|
|
<link rel="stylesheet" type="text/css" href="docs/style/online.css" />
|
|
<script type="text/javascript">
|
|
(function (i, s, o, g, r, a, m) {
|
|
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
|
(i[r].q = i[r].q || []).push(arguments)
|
|
}, i[r].l = 1 * new Date(); a = s.createElement(o),
|
|
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
|
|
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
|
|
|
ga('create', 'UA-24645639-4', 'qt.io');
|
|
ga('set', 'forceSSL', true);
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="header" id="header">
|
|
<header id="navbar" class="">
|
|
</header>
|
|
</div>
|
|
<div class="main">
|
|
<div class="main-rounded">
|
|
<div class="navigationbar">
|
|
<ul class="sub-navigation">
|
|
<li><a href="../CSDataQuick.html">Home</a></li>
|
|
<li><a href="docs.html" class="active">Documentation</a></li>
|
|
<li><a href="http://github.com/xiaoqiangwang/CSDataQuick/">Code</a></li>
|
|
<li><a href="https://github.com/xiaoqiangwang/CSDataQuick/issues/">Bug Reports</a></li>
|
|
</ul>
|
|
<div id="main_title_bar">
|
|
<h1>CSDataQuick Documentation</h1>
|
|
<div class="search_bar">
|
|
<script>
|
|
(function() {
|
|
var cx = '001693341472456439948:u9v0snkru3q';
|
|
var gcse = document.createElement('script');
|
|
gcse.type = 'text/javascript';
|
|
gcse.async = true;
|
|
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx;
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(gcse, s);
|
|
})();
|
|
</script>
|
|
<gcse:searchbox-only resultsUrl="search-results.html"></gcse:searchbox-only>
|
|
</div></div>
|
|
<ul>
|
|
<li><a href="docs/index.html">CSDataQuick Documentation</a></li>
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
<div class="content">
|
|
<div class="line">
|
|
<div class="content mainContent">
|
|
<div class="context">
|
|
<span class="subtitle"></span>
|
|
<!-- $$$index.html-description -->
|
|
<div class="descr"> <a name="details"></a>
|
|
<p class="centerAlign"><img src="docs/images/areaDetector-control.png" alt="" /></p><p>CSDataQuick provides an <a href="docs/csdataquick-cpp.html#csdata">object model</a> for control system data, which are normally scalar/array values with describing metadata, and a set of <a href="docs/csdataquick-qmlmodules.html#visual-components">visual items</a> to display and control the data. Given the declarative nature of <a href="http://doc.qt.io/qt-5/qtqml-index.html">Qt QML</a>, this made it suitable to design traditional GUI using clear structural text. Moreover it enables the easy creation of dynamic, fluid GUI experience.</p>
|
|
<p>The content of the documentation:</p>
|
|
<div class="table"><table class="generic">
|
|
<thead><tr class="qt-style"><th ><img src="docs/images/ico_getstarted.png" alt="Get Started" /></th><th ><img src="docs/images/ico_programming.png" alt="Customize and Extend" /></th><th ><img src="docs/images/ico_reference.png" alt="API Reference" /></th><th ><img src="docs/images/ico_help.png" alt="Questions" /></th></tr></thead>
|
|
<tr valign="top" class="odd"><td ><ul>
|
|
<li><a href="docs/installation.html">Installation</a></li>
|
|
<li><a href="docs/demos.html">Demos and Gallery</a></li>
|
|
<li><a href="docs/use-in-quickdesigner.html">Quick Designer</a></li>
|
|
<li><a href="docs/programs.html">Viewer and Builder</a></li>
|
|
</ul>
|
|
</td><td ><ul>
|
|
<li><a href="docs/new-dataengine.html">Add a new data engine</a></li>
|
|
<li><a href="docs/new-visual-item.html">Add a new visual item</a></li>
|
|
<li><a href="docs/new-parser.html">Add a new display file parser</a></li>
|
|
</ul>
|
|
</td><td ><ul>
|
|
<li><a href="docs/csdataquick-qmlmodules.html">QML Types</a></li>
|
|
<li><a href="docs/csdataquick-cpp.html">C++ Classes</a></li>
|
|
</ul>
|
|
</td><td ><ul>
|
|
<li><a href="docs/issues.html">Problems and Fixes</a></li>
|
|
<li><a href="docs/releases.html">Release Notes</a></li>
|
|
</ul>
|
|
</td></tr>
|
|
</table></div>
|
|
</div>
|
|
<!-- @@@index.html -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer">Copyright (C) 2012-2021 Xiaoqiang Wang, Paul Scherrer Institute.</div>
|
|
</body>
|
|
</html>
|