Sophie

Sophie

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

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: bearermonitor_240_320.ui Example File (bearermonitor/bearermonitor_240_320.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">bearermonitor_240_320.ui Example File</h1>
<span class="small-subtitle">bearermonitor/bearermonitor_240_320.ui</span>
<!-- $$$bearermonitor/bearermonitor_240_320.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;BearerMonitor&lt;/class&gt;
  &lt;widget class=&quot;QWidget&quot; name=&quot;BearerMonitor&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;240&lt;/width&gt;
     &lt;height&gt;320&lt;/height&gt;
    &lt;/rect&gt;
   &lt;/property&gt;
   &lt;property name=&quot;windowTitle&quot;&gt;
    &lt;string&gt;BearerMonitor&lt;/string&gt;
   &lt;/property&gt;
   &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout_5&quot;&gt;
    &lt;item&gt;
     &lt;widget class=&quot;QScrollArea&quot; name=&quot;scrollArea&quot;&gt;
      &lt;property name=&quot;frameShape&quot;&gt;
       &lt;enum&gt;QFrame::NoFrame&lt;/enum&gt;
      &lt;/property&gt;
      &lt;property name=&quot;frameShadow&quot;&gt;
       &lt;enum&gt;QFrame::Plain&lt;/enum&gt;
      &lt;/property&gt;
      &lt;property name=&quot;widgetResizable&quot;&gt;
       &lt;bool&gt;true&lt;/bool&gt;
      &lt;/property&gt;
      &lt;widget class=&quot;QWidget&quot; name=&quot;scrollAreaWidgetContents&quot;&gt;
       &lt;property name=&quot;geometry&quot;&gt;
        &lt;rect&gt;
         &lt;x&gt;0&lt;/x&gt;
         &lt;y&gt;-274&lt;/y&gt;
         &lt;width&gt;206&lt;/width&gt;
         &lt;height&gt;576&lt;/height&gt;
        &lt;/rect&gt;
       &lt;/property&gt;
       &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout_2&quot;&gt;
        &lt;item&gt;
         &lt;widget class=&quot;QGroupBox&quot; name=&quot;systemState&quot;&gt;
          &lt;property name=&quot;title&quot;&gt;
           &lt;string&gt;System State&lt;/string&gt;
          &lt;/property&gt;
          &lt;property name=&quot;flat&quot;&gt;
           &lt;bool&gt;true&lt;/bool&gt;
          &lt;/property&gt;
          &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout_4&quot;&gt;
           &lt;property name=&quot;leftMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;rightMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;bottomMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;item&gt;
            &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;onlineStateLayout&quot;&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QLabel&quot; name=&quot;onlineStateLabel&quot;&gt;
               &lt;property name=&quot;text&quot;&gt;
                &lt;string&gt;Online State:&lt;/string&gt;
               &lt;/property&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QLabel&quot; name=&quot;onlineState&quot;&gt;
               &lt;property name=&quot;sizePolicy&quot;&gt;
                &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                 &lt;horstretch&gt;0&lt;/horstretch&gt;
                 &lt;verstretch&gt;0&lt;/verstretch&gt;
                &lt;/sizepolicy&gt;
               &lt;/property&gt;
               &lt;property name=&quot;text&quot;&gt;
                &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;/item&gt;
        &lt;item&gt;
         &lt;widget class=&quot;QGroupBox&quot; name=&quot;groupBox&quot;&gt;
          &lt;property name=&quot;title&quot;&gt;
           &lt;string&gt;Configurations&lt;/string&gt;
          &lt;/property&gt;
          &lt;property name=&quot;flat&quot;&gt;
           &lt;bool&gt;true&lt;/bool&gt;
          &lt;/property&gt;
          &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout_9&quot;&gt;
           &lt;property name=&quot;leftMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;rightMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;bottomMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;item&gt;
            &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout&quot;&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationNameLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationNameLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Name:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationName&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string/&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationStateLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationStateLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;State:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationState&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string/&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationTypeLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationTypeLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Type:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationType&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Invalid&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationPurposeLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationPurposeLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Purpose:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationPurpose&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Unknown&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationIdentifierLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationIdentifierLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Identifier:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationIdentifier&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string/&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationRoamingLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationRoamingLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Roaming:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationRoaming&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string/&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;configurationChildrenLayout&quot;&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationChildrenLabel&quot;&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string&gt;Children:&lt;/string&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
               &lt;item&gt;
                &lt;widget class=&quot;QLabel&quot; name=&quot;configurationChildren&quot;&gt;
                 &lt;property name=&quot;sizePolicy&quot;&gt;
                  &lt;sizepolicy hsizetype=&quot;MinimumExpanding&quot; vsizetype=&quot;Preferred&quot;&gt;
                   &lt;horstretch&gt;0&lt;/horstretch&gt;
                   &lt;verstretch&gt;0&lt;/verstretch&gt;
                  &lt;/sizepolicy&gt;
                 &lt;/property&gt;
                 &lt;property name=&quot;text&quot;&gt;
                  &lt;string/&gt;
                 &lt;/property&gt;
                &lt;/widget&gt;
               &lt;/item&gt;
              &lt;/layout&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QGroupBox&quot; name=&quot;nlaGroup&quot;&gt;
               &lt;property name=&quot;title&quot;&gt;
                &lt;string&gt;Network Location Awareness&lt;/string&gt;
               &lt;/property&gt;
               &lt;layout class=&quot;QHBoxLayout&quot; name=&quot;horizontalLayout&quot;&gt;
                &lt;item&gt;
                 &lt;widget class=&quot;QPushButton&quot; name=&quot;registerButton&quot;&gt;
                  &lt;property name=&quot;text&quot;&gt;
                   &lt;string&gt;Register&lt;/string&gt;
                  &lt;/property&gt;
                 &lt;/widget&gt;
                &lt;/item&gt;
                &lt;item&gt;
                 &lt;widget class=&quot;QPushButton&quot; name=&quot;unregisterButton&quot;&gt;
                  &lt;property name=&quot;text&quot;&gt;
                   &lt;string&gt;Unregister&lt;/string&gt;
                  &lt;/property&gt;
                 &lt;/widget&gt;
                &lt;/item&gt;
               &lt;/layout&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QPushButton&quot; name=&quot;newSessionButton&quot;&gt;
               &lt;property name=&quot;text&quot;&gt;
                &lt;string&gt;New Session&lt;/string&gt;
               &lt;/property&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QPushButton&quot; name=&quot;deleteSessionButton&quot;&gt;
               &lt;property name=&quot;text&quot;&gt;
                &lt;string&gt;Delete Session&lt;/string&gt;
               &lt;/property&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QPushButton&quot; name=&quot;scanButton&quot;&gt;
               &lt;property name=&quot;text&quot;&gt;
                &lt;string&gt;Scan&lt;/string&gt;
               &lt;/property&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QProgressBar&quot; name=&quot;progressBar&quot;&gt;
               &lt;property name=&quot;maximum&quot;&gt;
                &lt;number&gt;0&lt;/number&gt;
               &lt;/property&gt;
               &lt;property name=&quot;value&quot;&gt;
                &lt;number&gt;-1&lt;/number&gt;
               &lt;/property&gt;
               &lt;property name=&quot;textVisible&quot;&gt;
                &lt;bool&gt;false&lt;/bool&gt;
               &lt;/property&gt;
               &lt;property name=&quot;invertedAppearance&quot;&gt;
                &lt;bool&gt;false&lt;/bool&gt;
               &lt;/property&gt;
               &lt;property name=&quot;format&quot;&gt;
                &lt;string&gt;%p%&lt;/string&gt;
               &lt;/property&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;spacer name=&quot;verticalSpacer&quot;&gt;
               &lt;property name=&quot;orientation&quot;&gt;
                &lt;enum&gt;Qt::Vertical&lt;/enum&gt;
               &lt;/property&gt;
               &lt;property name=&quot;sizeHint&quot; stdset=&quot;0&quot;&gt;
                &lt;size&gt;
                 &lt;width&gt;20&lt;/width&gt;
                 &lt;height&gt;40&lt;/height&gt;
                &lt;/size&gt;
               &lt;/property&gt;
              &lt;/spacer&gt;
             &lt;/item&gt;
             &lt;item&gt;
              &lt;widget class=&quot;QTreeWidget&quot; name=&quot;treeWidget&quot;&gt;
               &lt;property name=&quot;sizePolicy&quot;&gt;
                &lt;sizepolicy hsizetype=&quot;Expanding&quot; vsizetype=&quot;Expanding&quot;&gt;
                 &lt;horstretch&gt;0&lt;/horstretch&gt;
                 &lt;verstretch&gt;0&lt;/verstretch&gt;
                &lt;/sizepolicy&gt;
               &lt;/property&gt;
               &lt;property name=&quot;verticalScrollBarPolicy&quot;&gt;
                &lt;enum&gt;Qt::ScrollBarAlwaysOff&lt;/enum&gt;
               &lt;/property&gt;
               &lt;attribute name=&quot;headerVisible&quot;&gt;
                &lt;bool&gt;false&lt;/bool&gt;
               &lt;/attribute&gt;
               &lt;column&gt;
                &lt;property name=&quot;text&quot;&gt;
                 &lt;string&gt;1&lt;/string&gt;
                &lt;/property&gt;
               &lt;/column&gt;
              &lt;/widget&gt;
             &lt;/item&gt;
            &lt;/layout&gt;
           &lt;/item&gt;
          &lt;/layout&gt;
         &lt;/widget&gt;
        &lt;/item&gt;
        &lt;item&gt;
         &lt;widget class=&quot;QGroupBox&quot; name=&quot;sessionGroup&quot;&gt;
          &lt;property name=&quot;title&quot;&gt;
           &lt;string&gt;Sessions&lt;/string&gt;
          &lt;/property&gt;
          &lt;property name=&quot;flat&quot;&gt;
           &lt;bool&gt;true&lt;/bool&gt;
          &lt;/property&gt;
          &lt;layout class=&quot;QVBoxLayout&quot; name=&quot;verticalLayout_3&quot;&gt;
           &lt;property name=&quot;leftMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;rightMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;property name=&quot;bottomMargin&quot;&gt;
            &lt;number&gt;0&lt;/number&gt;
           &lt;/property&gt;
           &lt;item&gt;
            &lt;widget class=&quot;QTabWidget&quot; name=&quot;tabWidget&quot;&gt;
             &lt;property name=&quot;sizePolicy&quot;&gt;
              &lt;sizepolicy hsizetype=&quot;Expanding&quot; vsizetype=&quot;Preferred&quot;&gt;
               &lt;horstretch&gt;0&lt;/horstretch&gt;
               &lt;verstretch&gt;0&lt;/verstretch&gt;
              &lt;/sizepolicy&gt;
             &lt;/property&gt;
             &lt;property name=&quot;currentIndex&quot;&gt;
              &lt;number&gt;0&lt;/number&gt;
             &lt;/property&gt;
             &lt;widget class=&quot;QWidget&quot; name=&quot;tab&quot;&gt;
              &lt;attribute name=&quot;title&quot;&gt;
               &lt;string&gt;Session 1&lt;/string&gt;
              &lt;/attribute&gt;
             &lt;/widget&gt;
            &lt;/widget&gt;
           &lt;/item&gt;
          &lt;/layout&gt;
         &lt;/widget&gt;
        &lt;/item&gt;
       &lt;/layout&gt;
      &lt;/widget&gt;
     &lt;/widget&gt;
    &lt;/item&gt;
   &lt;/layout&gt;
  &lt;/widget&gt;
  &lt;resources/&gt;
  &lt;connections/&gt;
 &lt;/ui&gt;</pre>
</div>
<!-- @@@bearermonitor/bearermonitor_240_320.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>