<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>mainwindow.ui Example File | Qt NFC 5.11</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css"); // loading style sheet breaks anchors that were jumped to before // so force jumping to anchor again setTimeout(function() { var anchor = location.hash; // need to jump to different anchor first (e.g. none) location.hash = "#"; setTimeout(function() { location.hash = anchor; }, 0); }, 0); </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/index.html">Qt 5.11</a></td><td ><a href="qtnfc-index.html">Qt NFC</a></td><td ><a href="qtnfc-ndefeditor-example.html">NDEF Editor Example</a></td><td >mainwindow.ui Example File</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.11.2 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">mainwindow.ui Example File</h1> <span class="subtitle">ndefeditor/mainwindow.ui</span> <!-- $$$ndefeditor/mainwindow.ui-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>553</width> <height>397</height> </rect> </property> <property name="windowTitle"> <string>NDEF Message Editor</string> </property> <widget class="QWidget" name="centralWidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="leftMargin"> <number>9</number> </property> <property name="rightMargin"> <number>9</number> </property> <item> <widget class="QWidget" name="status" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>25</width> <height>25</height> </size> </property> <property name="maximumSize"> <size> <width>25</width> <height>25</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="touchRetrieve"> <property name="text"> <string>Retrieve</string> </property> </widget> </item> <item> <widget class="QPushButton" name="touchStore"> <property name="text"> <string>Store</string> </property> </widget> </item> <item> <widget class="QPushButton" name="loadMessage"> <property name="text"> <string>Load</string> </property> </widget> </item> <item> <widget class="QPushButton" name="saveMessage"> <property name="text"> <string>Save</string> </property> </widget> </item> <item> <widget class="QPushButton" name="clearMessage"> <property name="text"> <string>Clear</string> </property> </widget> </item> <item> <widget class="QPushButton" name="addRecord"> <property name="text"> <string>Add</string> </property> </widget> </item> </layout> </item> <item> <widget class="QScrollArea" name="scrollArea"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>553</width> <height>335</height> </rect> </property> </widget> </widget> </item> </layout> </widget> <widget class="QStatusBar" name="statusBar"/> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections> <connection> <sender>saveMessage</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>saveMessage()</slot> <hints> <hint type="sourcelabel"> <x>419</x> <y>47</y> </hint> <hint type="destinationlabel"> <x>275</x> <y>198</y> </hint> </hints> </connection> <connection> <sender>touchRetrieve</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>touchReceive()</slot> <hints> <hint type="sourcelabel"> <x>142</x> <y>47</y> </hint> <hint type="destinationlabel"> <x>275</x> <y>198</y> </hint> </hints> </connection> <connection> <sender>touchStore</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>touchStore()</slot> <hints> <hint type="sourcelabel"> <x>244</x> <y>47</y> </hint> <hint type="destinationlabel"> <x>275</x> <y>198</y> </hint> </hints> </connection> <connection> <sender>loadMessage</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>loadMessage()</slot> <hints> <hint type="sourcelabel"> <x>334</x> <y>47</y> </hint> <hint type="destinationlabel"> <x>275</x> <y>198</y> </hint> </hints> </connection> <connection> <sender>clearMessage</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>clearMessage()</slot> <hints> <hint type="sourcelabel"> <x>419</x> <y>22</y> </hint> <hint type="destinationlabel"> <x>275</x> <y>198</y> </hint> </hints> </connection> </connections> <slots> <slot>saveMessage()</slot> <slot>loadMessage()</slot> <slot>touchReceive()</slot> <slot>touchStore()</slot> <slot>clearMessage()</slot> </slots> </ui> </pre> </div> <!-- @@@ndefeditor/mainwindow.ui --> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">©</acronym> 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br/> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br/> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>