<?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>remotecontrol.ui Example File | Qt Assistant Manual</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="qtassistant-index.html">Qt Assistant Manual</a></td><td ><a href="qtassistant-remotecontrol-example.html">Remote Control Example</a></td><td >remotecontrol.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">remotecontrol.ui Example File</h1> <span class="subtitle">remotecontrol/remotecontrol.ui</span> <!-- $$$remotecontrol/remotecontrol.ui-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <ui version="4.0" > <class>RemoteControlClass</class> <widget class="QMainWindow" name="RemoteControlClass" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>344</width> <height>364</height> </rect> </property> <property name="windowTitle" > <string>RemoteControl</string> </property> <widget class="QWidget" name="centralWidget" > <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="text" > <string>Start URL:</string> </property> </widget> </item> <item row="0" column="1" colspan="2" > <widget class="QLineEdit" name="startUrlLineEdit" /> </item> <item row="1" column="1" > <widget class="QPushButton" name="launchButton" > <property name="text" > <string>Launch Qt HelpViewer</string> </property> </widget> </item> <item row="1" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>101</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" > <size> <width>113</width> <height>16</height> </size> </property> </spacer> </item> <item row="3" column="0" colspan="3" > <widget class="QGroupBox" name="actionGroupBox" > <property name="enabled" > <bool>false</bool> </property> <property name="title" > <string>Actions</string> </property> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QLabel" name="label_2" > <property name="text" > <string>Search in Index:</string> </property> </widget> </item> <item row="0" column="1" colspan="2" > <layout class="QHBoxLayout" > <property name="spacing" > <number>0</number> </property> <item> <widget class="QLineEdit" name="indexLineEdit" /> </item> <item> <widget class="QToolButton" name="indexButton" > <property name="text" > <string/> </property> <property name="icon" > <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> </property> </widget> </item> </layout> </item> <item row="1" column="0" > <widget class="QLabel" name="label_4" > <property name="text" > <string>Identifier:</string> </property> </widget> </item> <item row="1" column="1" colspan="2" > <layout class="QHBoxLayout" > <property name="spacing" > <number>0</number> </property> <item> <widget class="QLineEdit" name="identifierLineEdit" /> </item> <item> <widget class="QToolButton" name="identifierButton" > <property name="text" > <string/> </property> <property name="icon" > <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> </property> </widget> </item> </layout> </item> <item row="2" column="0" > <widget class="QLabel" name="label_3" > <property name="text" > <string>Show URL:</string> </property> </widget> </item> <item row="2" column="1" colspan="2" > <layout class="QHBoxLayout" > <property name="spacing" > <number>0</number> </property> <item> <widget class="QLineEdit" name="urlLineEdit" /> </item> <item> <widget class="QToolButton" name="urlButton" > <property name="text" > <string/> </property> <property name="icon" > <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> </property> </widget> </item> </layout> </item> <item row="3" column="1" > <widget class="QPushButton" name="syncContentsButton" > <property name="text" > <string>Sync Contents</string> </property> </widget> </item> <item row="3" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>81</width> <height>20</height> </size> </property> </spacer> </item> <item row="4" column="0" colspan="3" > <widget class="QCheckBox" name="contentsCheckBox" > <property name="text" > <string>Show Contents</string> </property> </widget> </item> <item row="5" column="0" > <widget class="QCheckBox" name="indexCheckBox" > <property name="text" > <string>Show Index</string> </property> </widget> </item> <item row="6" column="0" colspan="3" > <widget class="QCheckBox" name="bookmarksCheckBox" > <property name="text" > <string>Show Bookmarks</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>344</width> <height>21</height> </rect> </property> <widget class="QMenu" name="menuFile" > <property name="title" > <string>File</string> </property> <addaction name="actionQuit" /> </widget> <addaction name="menuFile" /> </widget> <widget class="QStatusBar" name="statusBar" /> <action name="actionQuit" > <property name="text" > <string>Quit</string> </property> </action> </widget> <layoutdefault spacing="6" margin="11" /> <resources> <include location="remotecontrol.qrc" /> </resources> <connections/> </ui> </pre> </div> <!-- @@@remotecontrol/remotecontrol.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>