Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1902

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Qt Mobility 1.2: sfwecho_client.ui Example File (sfwecho/sfwecho_client/sfwecho_client.ui)</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
    </ul>
  </div>
</div>
<div class="content mainContent">
<h1 class="title">sfwecho_client.ui Example File</h1>
<span class="small-subtitle">sfwecho/sfwecho_client/sfwecho_client.ui</span>
<!-- $$$sfwecho/sfwecho_client/sfwecho_client.ui-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;ui version=&quot;4.0&quot;&gt;
  &lt;class&gt;EchoClient&lt;/class&gt;
  &lt;widget class=&quot;QMainWindow&quot; name=&quot;EchoClient&quot;&gt;
   &lt;property name=&quot;geometry&quot;&gt;
    &lt;rect&gt;
     &lt;x&gt;0&lt;/x&gt;
     &lt;y&gt;0&lt;/y&gt;
     &lt;width&gt;400&lt;/width&gt;
     &lt;height&gt;340&lt;/height&gt;
    &lt;/rect&gt;
   &lt;/property&gt;
   &lt;property name=&quot;windowTitle&quot;&gt;
    &lt;string&gt;EchoClient&lt;/string&gt;
   &lt;/property&gt;
   &lt;widget class=&quot;QWidget&quot; name=&quot;centralwidget&quot;&gt;
    &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout&quot;&gt;
     &lt;item&gt;
      &lt;widget class=&quot;QLabel&quot; name=&quot;titleLabel&quot;&gt;
       &lt;property name=&quot;font&quot;&gt;
        &lt;font&gt;
         &lt;pointsize&gt;17&lt;/pointsize&gt;
        &lt;/font&gt;
       &lt;/property&gt;
       &lt;property name=&quot;styleSheet&quot;&gt;
        &lt;string notr=&quot;true&quot;/&gt;
       &lt;/property&gt;
       &lt;property name=&quot;text&quot;&gt;
        &lt;string&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.0//EN&amp;quot; &amp;quot;http://www.w3.org/TR/REC-html40/strict.dtd&amp;quot;&amp;gt;
 &amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;meta name=&amp;quot;qrichtext&amp;quot; content=&amp;quot;1&amp;quot; /&amp;gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
 p, li { white-space: pre-wrap; }
 &amp;lt;/style&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body style=&amp;quot; font-family:'Sans Serif'; font-size:17pt; font-weight:400; font-style:normal;&amp;quot;&amp;gt;
 &amp;lt;p align=&amp;quot;center&amp;quot; style=&amp;quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&amp;quot;&amp;gt;ECHO CLIENT&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/string&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item&gt;
      &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout&quot;&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;userLabel&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;User Name:&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLineEdit&quot; name=&quot;userName&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;Anonymous&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QRadioButton&quot; name=&quot;privateChat&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;Private Chat&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QRadioButton&quot; name=&quot;globalChat&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;Global Chat&lt;/string&gt;
         &lt;/property&gt;
         &lt;property name=&quot;checked&quot;&gt;
          &lt;bool&gt;true&lt;/bool&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
      &lt;/layout&gt;
     &lt;/item&gt;
     &lt;item&gt;
      &lt;widget class=&quot;QTextEdit&quot; name=&quot;echoBox&quot;&gt;
       &lt;property name=&quot;enabled&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
       &lt;property name=&quot;readOnly&quot;&gt;
        &lt;bool&gt;true&lt;/bool&gt;
       &lt;/property&gt;
      &lt;/widget&gt;
     &lt;/item&gt;
     &lt;item&gt;
      &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout_2&quot;&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLabel&quot; name=&quot;messageLabel&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;Message:&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QLineEdit&quot; name=&quot;messageEdit&quot;/&gt;
       &lt;/item&gt;
      &lt;/layout&gt;
     &lt;/item&gt;
     &lt;item&gt;
      &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout_3&quot;&gt;
       &lt;item&gt;
        &lt;spacer name=&quot;horizontalSpacer&quot;&gt;
         &lt;property name=&quot;orientation&quot;&gt;
          &lt;enum&gt;Qt::Horizontal&lt;/enum&gt;
         &lt;/property&gt;
         &lt;property name=&quot;sizeHint&quot; stdset=&quot;0&quot;&gt;
          &lt;size&gt;
           &lt;width&gt;40&lt;/width&gt;
           &lt;height&gt;20&lt;/height&gt;
          &lt;/size&gt;
         &lt;/property&gt;
        &lt;/spacer&gt;
       &lt;/item&gt;
       &lt;item&gt;
        &lt;widget class=&quot;QPushButton&quot; name=&quot;sendButton&quot;&gt;
         &lt;property name=&quot;text&quot;&gt;
          &lt;string&gt;Send&lt;/string&gt;
         &lt;/property&gt;
        &lt;/widget&gt;
       &lt;/item&gt;
      &lt;/layout&gt;
     &lt;/item&gt;
    &lt;/layout&gt;
   &lt;/widget&gt;
  &lt;/widget&gt;
  &lt;resources/&gt;
  &lt;connections/&gt;
 &lt;/ui&gt;</pre>
</div>
<!-- @@@sfwecho/sfwecho_client/sfwecho_client.ui -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used 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.</p>
</div>
</body>
</html>