Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

92 lines
8.3 KiB

<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>QtMvvm: DecorLabel.qml Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0" style="display: inline;">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">QtMvvm
&#160;<span id="projectnumber">1.1.0</span>
</div>
<div id="projectbrief">A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel</div>
</td>
</tr>
</tbody>
</table>
<a style="float: right;" target="_blank" href="https://github.com/Skycoder42/QtMvvm">
<img style="padding: 10px;" src="GitHub_Logo.png"/>
</a>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_a8bd8bcf293c2ab1210f2c2ecd8006f3.html">imports</a></li><li class="navelem"><a class="el" href="dir_37f1474803778587967f116c1887a4b4.html">mvvmquick</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">DecorLabel.qml</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">import</span> <a class="code" href="namespace_qt_quick.html">QtQuick</a> 2.10</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;import <a class="code" href="namespace_qt_quick.html">QtQuick</a>.Controls 2.3</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;import <a class="codeRef" target="_blank" doxygen="/home/sky/Qt/Docs/Qt-5.11.1/qtrestclient/qtrestclient.tags:https://doc.qt.io/qt-5/" href="https://doc.qt.io/qt-5/namespacede_1_1skycoder42_1_1_qt_rest_client.html">de</a>.<a class="codeRef" target="_blank" doxygen="/home/sky/Qt/Docs/Qt-5.11.1/qtrestclient/qtrestclient.tags:https://doc.qt.io/qt-5/" href="https://doc.qt.io/qt-5/namespacede_1_1skycoder42_1_1_qt_rest_client.html">skycoder42</a>.<a class="code" href="namespacede_1_1skycoder42_1_1_qt_mvvm.html">QtMvvm</a>.<a class="code" href="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick.html">Quick</a> 1.1</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;Label {</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_decor_label.html"> 16</a></span>&#160; id: _decorLabel</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper.html">ColorHelper</a> {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; id: helper</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">property</span> Item edit: _decorLabel.nextItemInFocusChain()</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; readonly <span class="keyword">property</span> <span class="keywordtype">bool</span> editHasFocus: edit &amp;&amp; edit.focus</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; color: editHasFocus ? helper.<a class="code" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper.html#aeabc51c1cf0cb5396671013a9ce9e77c">highlight</a> : helper.text</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; opacity: editHasFocus ? 1 : 0.5</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;}</div><div class="ttc" id="namespacede_1_1skycoder42_1_1_qt_rest_client_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/namespacede_1_1skycoder42_1_1_qt_rest_client.html">de</a></div></div>
<div class="ttc" id="namespace_qt_quick_html"><div class="ttname"><a href="namespace_qt_quick.html">QtQuick</a></div></div>
<div class="ttc" id="namespacede_1_1skycoder42_1_1_qt_mvvm_html"><div class="ttname"><a href="namespacede_1_1skycoder42_1_1_qt_mvvm.html">de::skycoder42::QtMvvm</a></div></div>
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper_html_aeabc51c1cf0cb5396671013a9ce9e77c"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper.html#aeabc51c1cf0cb5396671013a9ce9e77c">de::skycoder42::QtMvvm::Quick::ColorHelper::highlight</a></div><div class="ttdeci">color highlight</div><div class="ttdoc">The color to use to highlight stuff. </div><div class="ttdef"><b>Definition:</b> <a href="_color_helper_8qml_source.html#l00035">ColorHelper.qml:35</a></div></div>
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper_html"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_color_helper.html">de::skycoder42::QtMvvm::Quick::ColorHelper</a></div><div class="ttdoc">A helper class to get style-dependant colors. </div><div class="ttdef"><b>Definition:</b> <a href="_color_helper_8qml_source.html#l00017">ColorHelper.qml:17</a></div></div>
<div class="ttc" id="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick_html"><div class="ttname"><a href="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick.html">de::skycoder42::QtMvvm::Quick</a></div><div class="ttdoc">The QML import for the QtMvvmQuick QML module. </div><div class="ttdef"><b>Definition:</b> <a href="_action_button_8qml_source.html#l00004">ActionButton.qml:4</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 8 2018 19:15:45 for QtMvvm by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>