qtmobility/tests/messagingex/messagingex.ui
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <ui version="4.0" >
     2 <ui version="4.0">
       
     3  <class>MessagingExMainWindow</class>
     2  <class>MessagingExMainWindow</class>
     4  <widget class="QMainWindow" name="MessagingExMainWindow">
     3  <widget class="QMainWindow" name="MessagingExMainWindow" >
     5   <property name="windowModality">
     4   <property name="windowModality" >
     6    <enum>Qt::WindowModal</enum>
     5    <enum>Qt::WindowModal</enum>
     7   </property>
     6   </property>
     8   <property name="geometry">
     7   <property name="geometry" >
     9    <rect>
     8    <rect>
    10     <x>0</x>
     9     <x>0</x>
    11     <y>0</y>
    10     <y>0</y>
    12     <width>321</width>
    11     <width>321</width>
    13     <height>488</height>
    12     <height>488</height>
    14    </rect>
    13    </rect>
    15   </property>
    14   </property>
    16   <property name="minimumSize">
    15   <property name="minimumSize" >
    17    <size>
    16    <size>
    18     <width>278</width>
    17     <width>278</width>
    19     <height>390</height>
    18     <height>390</height>
    20    </size>
    19    </size>
    21   </property>
    20   </property>
    22   <property name="windowTitle">
    21   <property name="windowTitle" >
    23    <string>Messaging Example</string>
    22    <string>Messaging Example</string>
    24   </property>
    23   </property>
    25   <widget class="QWidget" name="centralwidget">
    24   <widget class="QWidget" name="centralwidget" >
    26    <layout class="QGridLayout" name="gridLayout_4">
    25    <layout class="QGridLayout" name="gridLayout_4" >
    27     <item row="0" column="0">
    26     <item row="0" column="0" >
    28      <widget class="QStackedWidget" name="stackedWidget">
    27      <widget class="QStackedWidget" name="stackedWidget" >
    29       <property name="currentIndex">
    28       <property name="currentIndex" >
    30        <number>0</number>
    29        <number>1</number>
    31       </property>
    30       </property>
    32       <widget class="QWidget" name="page">
    31       <widget class="QWidget" name="page" >
    33        <layout class="QGridLayout" name="gridLayout">
    32        <layout class="QGridLayout" name="gridLayout" >
    34         <item row="0" column="0">
    33         <item row="0" column="0" >
    35          <widget class="QLabel" name="phoneNumberLabel">
    34          <widget class="QLabel" name="phoneNumberLabel" >
    36           <property name="text">
    35           <property name="text" >
    37            <string>Phone Number:</string>
    36            <string>Phone Number:</string>
    38           </property>
    37           </property>
    39          </widget>
    38          </widget>
    40         </item>
    39         </item>
    41         <item row="1" column="0">
    40         <item row="1" column="0" >
    42          <widget class="QLineEdit" name="phoneNumberEdit"/>
    41          <widget class="QLineEdit" name="phoneNumberEdit" />
    43         </item>
    42         </item>
    44         <item row="2" column="0">
    43         <item row="2" column="0" >
    45          <widget class="QLabel" name="textMessageLabel">
    44          <widget class="QLabel" name="textMessageLabel" >
    46           <property name="text">
    45           <property name="text" >
    47            <string>Text Message:</string>
    46            <string>Text Message:</string>
    48           </property>
    47           </property>
    49          </widget>
    48          </widget>
    50         </item>
    49         </item>
    51         <item row="3" column="0">
    50         <item row="3" column="0" >
    52          <widget class="QTextEdit" name="smsMessageEdit"/>
    51          <widget class="QTextEdit" name="smsMessageEdit" />
    53         </item>
    52         </item>
    54         <item row="4" column="0">
    53         <item row="4" column="0" >
    55          <widget class="QPushButton" name="sendSmsButton">
    54          <widget class="QPushButton" name="sendSmsButton" >
    56           <property name="text">
    55           <property name="text" >
    57            <string>Send SMS</string>
    56            <string>Send SMS</string>
    58           </property>
    57           </property>
    59          </widget>
    58          </widget>
    60         </item>
    59         </item>
    61        </layout>
    60        </layout>
    62       </widget>
    61       </widget>
    63       <widget class="QWidget" name="page_2">
    62       <widget class="QWidget" name="page_2" >
    64        <layout class="QVBoxLayout" name="verticalLayout">
    63        <layout class="QVBoxLayout" name="verticalLayout" >
    65         <item>
    64         <item>
    66          <layout class="QHBoxLayout" name="horizontalLayout_3">
    65          <layout class="QHBoxLayout" name="horizontalLayout_3" >
    67           <item>
    66           <item>
    68            <widget class="QLabel" name="label_3">
    67            <widget class="QLabel" name="label_3" >
    69             <property name="text">
    68             <property name="text" >
    70              <string>Account:</string>
    69              <string>Account:</string>
    71             </property>
    70             </property>
    72            </widget>
    71            </widget>
    73           </item>
    72           </item>
    74           <item>
    73           <item>
    75            <widget class="QComboBox" name="accountComboBox"/>
    74            <widget class="QComboBox" name="accountComboBox" />
    76           </item>
    75           </item>
    77          </layout>
    76          </layout>
    78         </item>
    77         </item>
    79         <item>
    78         <item>
    80          <layout class="QHBoxLayout" name="horizontalLayout">
    79          <layout class="QHBoxLayout" name="horizontalLayout" >
    81           <item>
    80           <item>
    82            <widget class="QLabel" name="label">
    81            <widget class="QLabel" name="label" >
    83             <property name="text">
    82             <property name="text" >
    84              <string>To:</string>
    83              <string>To:</string>
    85             </property>
    84             </property>
    86            </widget>
    85            </widget>
    87           </item>
    86           </item>
    88           <item>
    87           <item>
    89            <widget class="QLineEdit" name="emailAddressEdit"/>
    88            <widget class="QLineEdit" name="emailAddressEdit" />
    90           </item>
    89           </item>
    91          </layout>
    90          </layout>
    92         </item>
    91         </item>
    93         <item>
    92         <item>
    94          <layout class="QHBoxLayout" name="horizontalLayout_2">
    93          <layout class="QHBoxLayout" name="horizontalLayout_2" >
    95           <item>
    94           <item>
    96            <widget class="QLabel" name="label_2">
    95            <widget class="QLabel" name="label_2" >
    97             <property name="text">
    96             <property name="text" >
    98              <string>Subject:</string>
    97              <string>Subject:</string>
    99             </property>
    98             </property>
   100            </widget>
    99            </widget>
   101           </item>
   100           </item>
   102           <item>
   101           <item>
   103            <widget class="QLineEdit" name="subjectEdit">
   102            <widget class="QLineEdit" name="subjectEdit" >
   104             <property name="enabled">
   103             <property name="enabled" >
   105              <bool>true</bool>
   104              <bool>true</bool>
   106             </property>
   105             </property>
   107            </widget>
   106            </widget>
   108           </item>
   107           </item>
   109          </layout>
   108          </layout>
   110         </item>
   109         </item>
   111         <item>
   110         <item>
   112          <widget class="QTextEdit" name="emailMessageEdit"/>
   111          <widget class="QTextEdit" name="emailMessageEdit" />
   113         </item>
   112         </item>
   114         <item>
   113         <item>
   115          <layout class="QHBoxLayout" name="horizontalLayout_7">
   114          <layout class="QHBoxLayout" name="horizontalLayout_7" >
   116           <item>
   115           <item>
   117            <widget class="QPushButton" name="addEmailAttachmentButton">
   116            <widget class="QPushButton" name="addEmailAttachmentButton" >
   118             <property name="enabled">
   117             <property name="enabled" >
   119              <bool>true</bool>
   118              <bool>true</bool>
   120             </property>
   119             </property>
   121             <property name="text">
   120             <property name="text" >
   122              <string>Add Attachment</string>
   121              <string>Add Attachment</string>
   123             </property>
   122             </property>
   124            </widget>
   123            </widget>
   125           </item>
   124           </item>
   126           <item>
   125           <item>
   127            <widget class="QPushButton" name="removeAttachmentButton">
   126            <widget class="QPushButton" name="removeAttachmentButton" >
   128             <property name="text">
   127             <property name="text" >
   129              <string>Remove Attachment</string>
   128              <string>Remove Attachment</string>
   130             </property>
   129             </property>
   131            </widget>
   130            </widget>
   132           </item>
   131           </item>
   133          </layout>
   132          </layout>
   134         </item>
   133         </item>
   135         <item>
   134         <item>
   136          <widget class="QLabel" name="emailAttachmentLabel">
   135          <widget class="QLabel" name="emailAttachmentLabel" >
   137           <property name="text">
   136           <property name="text" >
   138            <string/>
   137            <string/>
   139           </property>
   138           </property>
   140          </widget>
   139          </widget>
   141         </item>
   140         </item>
   142         <item>
   141         <item>
   143          <layout class="QHBoxLayout" name="horizontalLayout_6">
   142          <layout class="QHBoxLayout" name="horizontalLayout_6" >
   144           <item>
   143           <item>
   145            <widget class="QPushButton" name="addMessageButton">
   144            <widget class="QPushButton" name="addMessageButton" >
   146             <property name="text">
   145             <property name="text" >
   147              <string>Store message</string>
   146              <string>Store message</string>
   148             </property>
   147             </property>
   149            </widget>
   148            </widget>
   150           </item>
   149           </item>
   151           <item>
   150           <item>
   152            <widget class="QPushButton" name="sendEmailButton">
   151            <widget class="QPushButton" name="sendEmailButton" >
   153             <property name="enabled">
   152             <property name="enabled" >
   154              <bool>true</bool>
   153              <bool>true</bool>
   155             </property>
   154             </property>
   156             <property name="text">
   155             <property name="text" >
   157              <string>Send Message</string>
   156              <string>Send Message</string>
   158             </property>
   157             </property>
   159            </widget>
   158            </widget>
   160           </item>
   159           </item>
   161          </layout>
   160          </layout>
   162         </item>
   161         </item>
   163        </layout>
   162        </layout>
   164       </widget>
   163       </widget>
   165       <widget class="QWidget" name="page_3">
   164       <widget class="QWidget" name="page_3" >
   166        <layout class="QVBoxLayout" name="verticalLayout_6">
   165        <layout class="QVBoxLayout" name="verticalLayout_6" >
   167         <item>
   166         <item>
   168          <layout class="QVBoxLayout" name="verticalLayout_5">
   167          <layout class="QVBoxLayout" name="verticalLayout_5" >
   169           <item>
   168           <item>
   170            <layout class="QHBoxLayout" name="horizontalLayout_4">
   169            <layout class="QHBoxLayout" name="horizontalLayout_4" >
   171             <item>
   170             <item>
   172              <widget class="QLabel" name="label_4">
   171              <widget class="QLabel" name="label_4" >
   173               <property name="text">
   172               <property name="text" >
   174                <string>Phone number:</string>
   173                <string>Phone number:</string>
   175               </property>
   174               </property>
   176              </widget>
   175              </widget>
   177             </item>
   176             </item>
   178             <item>
   177             <item>
   179              <widget class="QLineEdit" name="mmsPhoneNumberEdit"/>
   178              <widget class="QLineEdit" name="mmsPhoneNumberEdit" />
   180             </item>
   179             </item>
   181            </layout>
   180            </layout>
   182           </item>
   181           </item>
   183           <item>
   182           <item>
   184            <layout class="QHBoxLayout" name="horizontalLayout_5">
   183            <layout class="QHBoxLayout" name="horizontalLayout_5" >
   185             <item>
   184             <item>
   186              <widget class="QLabel" name="label_5">
   185              <widget class="QLabel" name="label_5" >
   187               <property name="text">
   186               <property name="text" >
   188                <string>Subject:</string>
   187                <string>Subject:</string>
   189               </property>
   188               </property>
   190              </widget>
   189              </widget>
   191             </item>
   190             </item>
   192             <item>
   191             <item>
   193              <widget class="QLineEdit" name="mmsSubjectEdit"/>
   192              <widget class="QLineEdit" name="mmsSubjectEdit" />
   194             </item>
   193             </item>
   195            </layout>
   194            </layout>
   196           </item>
   195           </item>
   197          </layout>
   196          </layout>
   198         </item>
   197         </item>
   199         <item>
   198         <item>
   200          <widget class="QTextEdit" name="mmsBodyEdit"/>
   199          <widget class="QTextEdit" name="mmsBodyEdit" />
   201         </item>
   200         </item>
   202         <item>
   201         <item>
   203          <layout class="QVBoxLayout" name="verticalLayout_4">
   202          <layout class="QVBoxLayout" name="verticalLayout_4" >
   204           <item>
   203           <item>
   205            <widget class="QPushButton" name="appendAttachment">
   204            <widget class="QPushButton" name="appendAttachment" >
   206             <property name="text">
   205             <property name="text" >
   207              <string>Append Attachment</string>
   206              <string>Append Attachment</string>
   208             </property>
   207             </property>
   209            </widget>
   208            </widget>
   210           </item>
   209           </item>
   211           <item>
   210           <item>
   212            <widget class="QPushButton" name="removeAttachmentButton_2">
   211            <widget class="QPushButton" name="removeAttachmentButton_2" >
   213             <property name="text">
   212             <property name="text" >
   214              <string>Remove Attachment</string>
   213              <string>Remove Attachment</string>
   215             </property>
   214             </property>
   216            </widget>
   215            </widget>
   217           </item>
   216           </item>
   218           <item>
   217           <item>
   219            <widget class="QLabel" name="attachmentLabel">
   218            <widget class="QLabel" name="attachmentLabel" >
   220             <property name="text">
   219             <property name="text" >
   221              <string/>
   220              <string/>
   222             </property>
   221             </property>
   223            </widget>
   222            </widget>
   224           </item>
   223           </item>
   225           <item>
   224           <item>
   226            <widget class="QPushButton" name="sendMmsButton">
   225            <widget class="QPushButton" name="sendMmsButton" >
   227             <property name="text">
   226             <property name="text" >
   228              <string>Send MMS</string>
   227              <string>Send MMS</string>
   229             </property>
   228             </property>
   230            </widget>
   229            </widget>
   231           </item>
   230           </item>
   232          </layout>
   231          </layout>
   233         </item>
   232         </item>
   234        </layout>
   233        </layout>
   235       </widget>
   234       </widget>
   236       <widget class="QWidget" name="page_4">
   235       <widget class="QWidget" name="page_4" >
   237        <layout class="QFormLayout" name="formLayout_8">
   236        <layout class="QFormLayout" name="formLayout_8" >
   238         <item row="0" column="0">
   237         <item row="0" column="0" >
   239          <widget class="QLabel" name="label_27">
   238          <widget class="QLabel" name="label_27" >
   240           <property name="font">
   239           <property name="font" >
   241            <font>
   240            <font>
   242             <pointsize>12</pointsize>
   241             <pointsize>12</pointsize>
   243             <weight>75</weight>
   242             <weight>75</weight>
   244             <bold>true</bold>
   243             <bold>true</bold>
   245            </font>
   244            </font>
   246           </property>
   245           </property>
   247           <property name="text">
   246           <property name="text" >
   248            <string>Filter by priority:</string>
   247            <string>Filter by priority:</string>
   249           </property>
   248           </property>
   250          </widget>
   249          </widget>
   251         </item>
   250         </item>
   252         <item row="1" column="0">
   251         <item row="1" column="0" >
   253          <widget class="QComboBox" name="priorityAccountComboBox"/>
   252          <widget class="QComboBox" name="priorityAccountComboBox" />
   254         </item>
   253         </item>
   255         <item row="2" column="0">
   254         <item row="2" column="0" >
   256          <widget class="QLabel" name="label_10">
   255          <widget class="QLabel" name="label_10" >
   257           <property name="text">
   256           <property name="text" >
   258            <string>By Priority:</string>
   257            <string>By Priority:</string>
   259           </property>
   258           </property>
   260          </widget>
   259          </widget>
   261         </item>
   260         </item>
   262         <item row="3" column="0">
   261         <item row="3" column="0" >
   263          <widget class="QComboBox" name="priorityComboBox">
   262          <widget class="QComboBox" name="priorityComboBox" >
   264           <item>
   263           <item>
   265            <property name="text">
   264            <property name="text" >
   266             <string>No priority filtering</string>
   265             <string>No priority filtering</string>
   267            </property>
   266            </property>
   268           </item>
   267           </item>
   269           <item>
   268           <item>
   270            <property name="text">
   269            <property name="text" >
   271             <string>High Priority, equal</string>
   270             <string>High Priority, equal</string>
   272            </property>
   271            </property>
   273           </item>
   272           </item>
   274           <item>
   273           <item>
   275            <property name="text">
   274            <property name="text" >
   276             <string>Normal Priority, equal</string>
   275             <string>Normal Priority, equal</string>
   277            </property>
   276            </property>
   278           </item>
   277           </item>
   279           <item>
   278           <item>
   280            <property name="text">
   279            <property name="text" >
   281             <string>Low Priority, equal</string>
   280             <string>Low Priority, equal</string>
   282            </property>
   281            </property>
   283           </item>
   282           </item>
   284           <item>
   283           <item>
   285            <property name="text">
   284            <property name="text" >
   286             <string>High Priority, not equal</string>
   285             <string>High Priority, not equal</string>
   287            </property>
   286            </property>
   288           </item>
   287           </item>
   289           <item>
   288           <item>
   290            <property name="text">
   289            <property name="text" >
   291             <string>Normal Priority, not equal</string>
   290             <string>Normal Priority, not equal</string>
   292            </property>
   291            </property>
   293           </item>
   292           </item>
   294           <item>
   293           <item>
   295            <property name="text">
   294            <property name="text" >
   296             <string>Low Priority, not equal</string>
   295             <string>Low Priority, not equal</string>
   297            </property>
   296            </property>
   298           </item>
   297           </item>
   299          </widget>
   298          </widget>
   300         </item>
   299         </item>
   301         <item row="4" column="0">
   300         <item row="4" column="0" >
   302          <widget class="QPushButton" name="typeButton">
   301          <widget class="QPushButton" name="typeButton" >
   303           <property name="text">
   302           <property name="text" >
   304            <string>make query</string>
   303            <string>make query</string>
   305           </property>
   304           </property>
   306          </widget>
   305          </widget>
   307         </item>
   306         </item>
   308        </layout>
   307        </layout>
   309       </widget>
   308       </widget>
   310       <widget class="QWidget" name="page_5">
   309       <widget class="QWidget" name="page_5" >
   311        <layout class="QFormLayout" name="formLayout_9">
   310        <layout class="QFormLayout" name="formLayout_9" >
   312         <item row="0" column="0">
   311         <item row="0" column="0" >
   313          <widget class="QLabel" name="label_26">
   312          <widget class="QLabel" name="label_26" >
   314           <property name="font">
   313           <property name="font" >
   315            <font>
   314            <font>
   316             <pointsize>12</pointsize>
   315             <pointsize>12</pointsize>
   317             <weight>75</weight>
   316             <weight>75</weight>
   318             <bold>true</bold>
   317             <bold>true</bold>
   319            </font>
   318            </font>
   320           </property>
   319           </property>
   321           <property name="text">
   320           <property name="text" >
   322            <string>Filter by sender:</string>
   321            <string>Filter by sender:</string>
   323           </property>
   322           </property>
   324          </widget>
   323          </widget>
   325         </item>
   324         </item>
   326         <item row="3" column="0">
   325         <item row="3" column="0" >
   327          <widget class="QLineEdit" name="senderEdit"/>
   326          <widget class="QLineEdit" name="senderEdit" />
   328         </item>
   327         </item>
   329         <item row="1" column="0">
   328         <item row="1" column="0" >
   330          <widget class="QComboBox" name="senderAccountComboBox">
   329          <widget class="QComboBox" name="senderAccountComboBox" >
   331           <item>
   330           <item>
   332            <property name="text">
   331            <property name="text" >
   333             <string>select account</string>
   332             <string>select account</string>
   334            </property>
   333            </property>
   335           </item>
   334           </item>
   336          </widget>
   335          </widget>
   337         </item>
   336         </item>
   338         <item row="2" column="0">
   337         <item row="2" column="0" >
   339          <widget class="QLabel" name="label_6">
   338          <widget class="QLabel" name="label_6" >
   340           <property name="text">
   339           <property name="text" >
   341            <string>Sender:</string>
   340            <string>Sender:</string>
   342           </property>
   341           </property>
   343          </widget>
   342          </widget>
   344         </item>
   343         </item>
   345         <item row="6" column="0">
   344         <item row="6" column="0" >
   346          <widget class="QPushButton" name="senderButton">
   345          <widget class="QPushButton" name="senderButton" >
   347           <property name="text">
   346           <property name="text" >
   348            <string>make query</string>
   347            <string>make query</string>
   349           </property>
   348           </property>
   350          </widget>
   349          </widget>
   351         </item>
   350         </item>
   352         <item row="4" column="0">
   351         <item row="4" column="0" >
   353          <widget class="QComboBox" name="sendercomboBox">
   352          <widget class="QComboBox" name="sendercomboBox" >
   354           <item>
   353           <item>
   355            <property name="text">
   354            <property name="text" >
   356             <string>Equal</string>
   355             <string>Equal</string>
   357            </property>
   356            </property>
   358           </item>
   357           </item>
   359           <item>
   358           <item>
   360            <property name="text">
   359            <property name="text" >
   361             <string>NotEqual</string>
   360             <string>NotEqual</string>
   362            </property>
   361            </property>
   363           </item>
   362           </item>
   364           <item>
   363           <item>
   365            <property name="text">
   364            <property name="text" >
   366             <string>Includes</string>
   365             <string>Includes</string>
   367            </property>
   366            </property>
   368           </item>
   367           </item>
   369           <item>
   368           <item>
   370            <property name="text">
   369            <property name="text" >
   371             <string>Excludes</string>
   370             <string>Excludes</string>
   372            </property>
   371            </property>
   373           </item>
   372           </item>
   374          </widget>
   373          </widget>
   375         </item>
   374         </item>
   376        </layout>
   375        </layout>
   377       </widget>
   376       </widget>
   378       <widget class="QWidget" name="page_6">
   377       <widget class="QWidget" name="page_6" >
   379        <layout class="QFormLayout" name="formLayout_6">
   378        <layout class="QFormLayout" name="formLayout_6" >
   380         <item row="0" column="0">
   379         <item row="0" column="0" >
   381          <widget class="QLabel" name="label_25">
   380          <widget class="QLabel" name="label_25" >
   382           <property name="font">
   381           <property name="font" >
   383            <font>
   382            <font>
   384             <pointsize>12</pointsize>
   383             <pointsize>12</pointsize>
   385             <weight>75</weight>
   384             <weight>75</weight>
   386             <bold>true</bold>
   385             <bold>true</bold>
   387            </font>
   386            </font>
   388           </property>
   387           </property>
   389           <property name="text">
   388           <property name="text" >
   390            <string>Filter by recipient:</string>
   389            <string>Filter by recipient:</string>
   391           </property>
   390           </property>
   392          </widget>
   391          </widget>
   393         </item>
   392         </item>
   394         <item row="2" column="0">
   393         <item row="2" column="0" >
   395          <widget class="QLabel" name="label_11">
   394          <widget class="QLabel" name="label_11" >
   396           <property name="text">
   395           <property name="text" >
   397            <string>Recipient:</string>
   396            <string>Recipient:</string>
   398           </property>
   397           </property>
   399          </widget>
   398          </widget>
   400         </item>
   399         </item>
   401         <item row="3" column="0">
   400         <item row="3" column="0" >
   402          <widget class="QLineEdit" name="recipientEdit"/>
   401          <widget class="QLineEdit" name="recipientEdit" />
   403         </item>
   402         </item>
   404         <item row="4" column="0">
   403         <item row="4" column="0" >
   405          <widget class="QComboBox" name="recipientcomboBox">
   404          <widget class="QComboBox" name="recipientcomboBox" >
   406           <item>
   405           <item>
   407            <property name="text">
   406            <property name="text" >
   408             <string>Includes</string>
   407             <string>Includes</string>
   409            </property>
   408            </property>
   410           </item>
   409           </item>
   411           <item>
   410           <item>
   412            <property name="text">
   411            <property name="text" >
   413             <string>Excludes</string>
   412             <string>Excludes</string>
   414            </property>
   413            </property>
   415           </item>
   414           </item>
   416          </widget>
   415          </widget>
   417         </item>
   416         </item>
   418         <item row="5" column="0">
   417         <item row="5" column="0" >
   419          <widget class="QPushButton" name="recipientButton">
   418          <widget class="QPushButton" name="recipientButton" >
   420           <property name="text">
   419           <property name="text" >
   421            <string>make query</string>
   420            <string>make query</string>
   422           </property>
   421           </property>
   423          </widget>
   422          </widget>
   424         </item>
   423         </item>
   425         <item row="1" column="0">
   424         <item row="1" column="0" >
   426          <widget class="QComboBox" name="recipientAccountComboBox">
   425          <widget class="QComboBox" name="recipientAccountComboBox" >
   427           <item>
   426           <item>
   428            <property name="text">
   427            <property name="text" >
   429             <string>select account</string>
   428             <string>select account</string>
   430            </property>
   429            </property>
   431           </item>
   430           </item>
   432          </widget>
   431          </widget>
   433         </item>
   432         </item>
   434        </layout>
   433        </layout>
   435       </widget>
   434       </widget>
   436       <widget class="QWidget" name="page_7">
   435       <widget class="QWidget" name="page_7" >
   437        <layout class="QFormLayout" name="formLayout_5">
   436        <layout class="QFormLayout" name="formLayout_5" >
   438         <item row="0" column="0">
   437         <item row="0" column="0" >
   439          <widget class="QLabel" name="label_24">
   438          <widget class="QLabel" name="label_24" >
   440           <property name="font">
   439           <property name="font" >
   441            <font>
   440            <font>
   442             <pointsize>12</pointsize>
   441             <pointsize>12</pointsize>
   443             <weight>75</weight>
   442             <weight>75</weight>
   444             <bold>true</bold>
   443             <bold>true</bold>
   445            </font>
   444            </font>
   446           </property>
   445           </property>
   447           <property name="text">
   446           <property name="text" >
   448            <string>Filter by subject:</string>
   447            <string>Filter by subject:</string>
   449           </property>
   448           </property>
   450          </widget>
   449          </widget>
   451         </item>
   450         </item>
   452         <item row="1" column="0">
   451         <item row="1" column="0" >
   453          <widget class="QComboBox" name="subjectAccountComboBox">
   452          <widget class="QComboBox" name="subjectAccountComboBox" >
   454           <item>
   453           <item>
   455            <property name="text">
   454            <property name="text" >
   456             <string>select account</string>
   455             <string>select account</string>
   457            </property>
   456            </property>
   458           </item>
   457           </item>
   459          </widget>
   458          </widget>
   460         </item>
   459         </item>
   461         <item row="2" column="0">
   460         <item row="2" column="0" >
   462          <widget class="QLabel" name="label_13">
   461          <widget class="QLabel" name="label_13" >
   463           <property name="text">
   462           <property name="text" >
   464            <string>Subject:</string>
   463            <string>Subject:</string>
   465           </property>
   464           </property>
   466          </widget>
   465          </widget>
   467         </item>
   466         </item>
   468         <item row="3" column="0">
   467         <item row="3" column="0" >
   469          <widget class="QLineEdit" name="subjectEdit_2"/>
   468          <widget class="QLineEdit" name="subjectEdit_2" />
   470         </item>
   469         </item>
   471         <item row="4" column="0">
   470         <item row="4" column="0" >
   472          <widget class="QComboBox" name="subjectcomboBox">
   471          <widget class="QComboBox" name="subjectcomboBox" >
   473           <item>
   472           <item>
   474            <property name="text">
   473            <property name="text" >
   475             <string>Equal</string>
   474             <string>Equal</string>
   476            </property>
   475            </property>
   477           </item>
   476           </item>
   478           <item>
   477           <item>
   479            <property name="text">
   478            <property name="text" >
   480             <string>NotEqual</string>
   479             <string>NotEqual</string>
   481            </property>
   480            </property>
   482           </item>
   481           </item>
   483           <item>
   482           <item>
   484            <property name="text">
   483            <property name="text" >
   485             <string>Includes</string>
   484             <string>Includes</string>
   486            </property>
   485            </property>
   487           </item>
   486           </item>
   488           <item>
   487           <item>
   489            <property name="text">
   488            <property name="text" >
   490             <string>Excludes</string>
   489             <string>Excludes</string>
   491            </property>
   490            </property>
   492           </item>
   491           </item>
   493          </widget>
   492          </widget>
   494         </item>
   493         </item>
   495         <item row="5" column="0">
   494         <item row="5" column="0" >
   496          <widget class="QPushButton" name="subjectButton">
   495          <widget class="QPushButton" name="subjectButton" >
   497           <property name="text">
   496           <property name="text" >
   498            <string>make query</string>
   497            <string>make query</string>
   499           </property>
   498           </property>
   500          </widget>
   499          </widget>
   501         </item>
   500         </item>
   502        </layout>
   501        </layout>
   503       </widget>
   502       </widget>
   504       <widget class="QWidget" name="page_8">
   503       <widget class="QWidget" name="page_8" >
   505        <layout class="QFormLayout" name="formLayout_4">
   504        <layout class="QFormLayout" name="formLayout_4" >
   506         <item row="0" column="0">
   505         <item row="0" column="0" >
   507          <widget class="QLabel" name="label_16">
   506          <widget class="QLabel" name="label_16" >
   508           <property name="font">
   507           <property name="font" >
   509            <font>
   508            <font>
   510             <pointsize>12</pointsize>
   509             <pointsize>12</pointsize>
   511             <weight>75</weight>
   510             <weight>75</weight>
   512             <bold>true</bold>
   511             <bold>true</bold>
   513            </font>
   512            </font>
   514           </property>
   513           </property>
   515           <property name="text">
   514           <property name="text" >
   516            <string>Filter by status:</string>
   515            <string>Filter by status:</string>
   517           </property>
   516           </property>
   518          </widget>
   517          </widget>
   519         </item>
   518         </item>
   520         <item row="1" column="0">
   519         <item row="1" column="0" >
   521          <widget class="QComboBox" name="statusAccountComboBox">
   520          <widget class="QComboBox" name="statusAccountComboBox" >
   522           <item>
   521           <item>
   523            <property name="text">
   522            <property name="text" >
   524             <string>select account</string>
   523             <string>select account</string>
   525            </property>
   524            </property>
   526           </item>
   525           </item>
   527          </widget>
   526          </widget>
   528         </item>
   527         </item>
   529         <item row="2" column="0">
   528         <item row="2" column="0" >
   530          <widget class="QLabel" name="label_15">
   529          <widget class="QLabel" name="label_15" >
   531           <property name="text">
   530           <property name="text" >
   532            <string>Status:</string>
   531            <string>Status:</string>
   533           </property>
   532           </property>
   534          </widget>
   533          </widget>
   535         </item>
   534         </item>
   536         <item row="3" column="0">
   535         <item row="3" column="0" >
   537          <widget class="QComboBox" name="statuscomboBox">
   536          <widget class="QComboBox" name="statuscomboBox" >
   538           <item>
   537           <item>
   539            <property name="text">
   538            <property name="text" >
   540             <string>Read, equal</string>
   539             <string>Read, equal</string>
   541            </property>
   540            </property>
   542           </item>
   541           </item>
   543           <item>
   542           <item>
   544            <property name="text">
   543            <property name="text" >
   545             <string>Read, not equal</string>
   544             <string>Read, not equal</string>
   546            </property>
   545            </property>
   547           </item>
   546           </item>
   548           <item>
   547           <item>
   549            <property name="text">
   548            <property name="text" >
   550             <string>Read, includes</string>
   549             <string>Read, includes</string>
   551            </property>
   550            </property>
   552           </item>
   551           </item>
   553           <item>
   552           <item>
   554            <property name="text">
   553            <property name="text" >
   555             <string>Read, excludes</string>
   554             <string>Read, excludes</string>
   556            </property>
   555            </property>
   557           </item>
   556           </item>
   558           <item>
   557           <item>
   559            <property name="text">
   558            <property name="text" >
   560             <string>HasAttachment, equal</string>
   559             <string>HasAttachment, equal</string>
   561            </property>
   560            </property>
   562           </item>
   561           </item>
   563           <item>
   562           <item>
   564            <property name="text">
   563            <property name="text" >
   565             <string>HasAttachment, not equal</string>
   564             <string>HasAttachment, not equal</string>
   566            </property>
   565            </property>
   567           </item>
   566           </item>
   568           <item>
   567           <item>
   569            <property name="text">
   568            <property name="text" >
   570             <string>HasAttachment, includes</string>
   569             <string>HasAttachment, includes</string>
   571            </property>
   570            </property>
   572           </item>
   571           </item>
   573           <item>
   572           <item>
   574            <property name="text">
   573            <property name="text" >
   575             <string>HasAttachment, exludes</string>
   574             <string>HasAttachment, exludes</string>
   576            </property>
   575            </property>
   577           </item>
   576           </item>
   578           <item>
   577           <item>
   579            <property name="text">
   578            <property name="text" >
   580             <string>Incoming, equal</string>
   579             <string>Incoming, equal</string>
   581            </property>
   580            </property>
   582           </item>
   581           </item>
   583           <item>
   582           <item>
   584            <property name="text">
   583            <property name="text" >
   585             <string>Incoming, not equal</string>
   584             <string>Incoming, not equal</string>
   586            </property>
   585            </property>
   587           </item>
   586           </item>
   588           <item>
   587           <item>
   589            <property name="text">
   588            <property name="text" >
   590             <string>Incoming, includes</string>
   589             <string>Incoming, includes</string>
   591            </property>
   590            </property>
   592           </item>
   591           </item>
   593           <item>
   592           <item>
   594            <property name="text">
   593            <property name="text" >
   595             <string>Incoming, excludes</string>
   594             <string>Incoming, excludes</string>
   596            </property>
   595            </property>
   597           </item>
   596           </item>
   598           <item>
   597           <item>
   599            <property name="text">
   598            <property name="text" >
   600             <string>Removed, equal</string>
   599             <string>Removed, equal</string>
   601            </property>
   600            </property>
   602           </item>
   601           </item>
   603           <item>
   602           <item>
   604            <property name="text">
   603            <property name="text" >
   605             <string>Removed, not equal</string>
   604             <string>Removed, not equal</string>
   606            </property>
   605            </property>
   607           </item>
   606           </item>
   608           <item>
   607           <item>
   609            <property name="text">
   608            <property name="text" >
   610             <string>Removed, includes</string>
   609             <string>Removed, includes</string>
   611            </property>
   610            </property>
   612           </item>
   611           </item>
   613           <item>
   612           <item>
   614            <property name="text">
   613            <property name="text" >
   615             <string>Removed, excludes</string>
   614             <string>Removed, excludes</string>
   616            </property>
   615            </property>
   617           </item>
   616           </item>
   618          </widget>
   617          </widget>
   619         </item>
   618         </item>
   620         <item row="4" column="0">
   619         <item row="4" column="0" >
   621          <widget class="QPushButton" name="statusButton">
   620          <widget class="QPushButton" name="statusButton" >
   622           <property name="text">
   621           <property name="text" >
   623            <string>make query</string>
   622            <string>make query</string>
   624           </property>
   623           </property>
   625          </widget>
   624          </widget>
   626         </item>
   625         </item>
   627        </layout>
   626        </layout>
   628       </widget>
   627       </widget>
   629       <widget class="QWidget" name="page_9">
   628       <widget class="QWidget" name="page_9" >
   630        <layout class="QFormLayout" name="formLayout_3">
   629        <layout class="QFormLayout" name="formLayout_3" >
   631         <item row="0" column="0">
   630         <item row="0" column="0" >
   632          <widget class="QLabel" name="label_23">
   631          <widget class="QLabel" name="label_23" >
   633           <property name="font">
   632           <property name="font" >
   634            <font>
   633            <font>
   635             <pointsize>12</pointsize>
   634             <pointsize>12</pointsize>
   636             <weight>75</weight>
   635             <weight>75</weight>
   637             <bold>true</bold>
   636             <bold>true</bold>
   638            </font>
   637            </font>
   639           </property>
   638           </property>
   640           <property name="text">
   639           <property name="text" >
   641            <string>Filter by timestamp:</string>
   640            <string>Filter by timestamp:</string>
   642           </property>
   641           </property>
   643          </widget>
   642          </widget>
   644         </item>
   643         </item>
   645         <item row="2" column="0">
   644         <item row="2" column="0" >
   646          <widget class="QComboBox" name="timestampcomboBox">
   645          <widget class="QComboBox" name="timestampcomboBox" >
   647           <item>
   646           <item>
   648            <property name="text">
   647            <property name="text" >
   649             <string>Equal</string>
   648             <string>Equal</string>
   650            </property>
   649            </property>
   651           </item>
   650           </item>
   652           <item>
   651           <item>
   653            <property name="text">
   652            <property name="text" >
   654             <string>NotEqual</string>
   653             <string>NotEqual</string>
   655            </property>
   654            </property>
   656           </item>
   655           </item>
   657           <item>
   656           <item>
   658            <property name="text">
   657            <property name="text" >
   659             <string>Less than</string>
   658             <string>Less than</string>
   660            </property>
   659            </property>
   661           </item>
   660           </item>
   662           <item>
   661           <item>
   663            <property name="text">
   662            <property name="text" >
   664             <string>Less than equal</string>
   663             <string>Less than equal</string>
   665            </property>
   664            </property>
   666           </item>
   665           </item>
   667           <item>
   666           <item>
   668            <property name="text">
   667            <property name="text" >
   669             <string>Greater than</string>
   668             <string>Greater than</string>
   670            </property>
   669            </property>
   671           </item>
   670           </item>
   672           <item>
   671           <item>
   673            <property name="text">
   672            <property name="text" >
   674             <string>Greater than equal</string>
   673             <string>Greater than equal</string>
   675            </property>
   674            </property>
   676           </item>
   675           </item>
   677          </widget>
   676          </widget>
   678         </item>
   677         </item>
   679         <item row="3" column="0">
   678         <item row="3" column="0" >
   680          <widget class="QDateTimeEdit" name="timestampdateTimeEdit">
   679          <widget class="QDateTimeEdit" name="timestampdateTimeEdit" >
   681           <property name="dateTime">
   680           <property name="dateTime" >
   682            <datetime>
   681            <datetime>
   683             <hour>0</hour>
   682             <hour>0</hour>
   684             <minute>0</minute>
   683             <minute>0</minute>
   685             <second>0</second>
   684             <second>0</second>
   686             <year>2000</year>
   685             <year>2000</year>
   687             <month>1</month>
   686             <month>1</month>
   688             <day>1</day>
   687             <day>1</day>
   689            </datetime>
   688            </datetime>
   690           </property>
   689           </property>
   691           <property name="currentSection">
   690           <property name="currentSection" >
   692            <enum>QDateTimeEdit::MonthSection</enum>
   691            <enum>QDateTimeEdit::YearSection</enum>
   693           </property>
   692           </property>
   694           <property name="displayFormat">
   693           <property name="displayFormat" >
   695            <string>yyyy/MM/dd HH:mm</string>
   694            <string>yyyy/MM/dd HH:mm</string>
   696           </property>
   695           </property>
   697           <property name="calendarPopup">
   696           <property name="calendarPopup" >
   698            <bool>true</bool>
   697            <bool>true</bool>
   699           </property>
   698           </property>
   700          </widget>
   699          </widget>
   701         </item>
   700         </item>
   702         <item row="4" column="0">
   701         <item row="4" column="0" >
   703          <widget class="QPushButton" name="timestampButton">
   702          <widget class="QPushButton" name="timestampButton" >
   704           <property name="text">
   703           <property name="text" >
   705            <string>make query</string>
   704            <string>make query</string>
   706           </property>
   705           </property>
   707          </widget>
   706          </widget>
   708         </item>
   707         </item>
   709         <item row="1" column="0">
   708         <item row="1" column="0" >
   710          <widget class="QComboBox" name="timestampAccountComboBox">
   709          <widget class="QComboBox" name="timestampAccountComboBox" >
   711           <item>
   710           <item>
   712            <property name="text">
   711            <property name="text" >
   713             <string>Select account</string>
   712             <string>Select account</string>
   714            </property>
   713            </property>
   715           </item>
   714           </item>
   716          </widget>
   715          </widget>
   717         </item>
   716         </item>
   718        </layout>
   717        </layout>
   719       </widget>
   718       </widget>
   720       <widget class="QWidget" name="page_10">
   719       <widget class="QWidget" name="page_10" >
   721        <layout class="QFormLayout" name="formLayout_2">
   720        <layout class="QFormLayout" name="formLayout_2" >
   722         <item row="0" column="0">
   721         <item row="0" column="0" >
   723          <widget class="QLabel" name="label_19">
   722          <widget class="QLabel" name="label_19" >
   724           <property name="font">
   723           <property name="font" >
   725            <font>
   724            <font>
   726             <pointsize>12</pointsize>
   725             <pointsize>12</pointsize>
   727             <weight>75</weight>
   726             <weight>75</weight>
   728             <bold>true</bold>
   727             <bold>true</bold>
   729            </font>
   728            </font>
   730           </property>
   729           </property>
   731           <property name="text">
   730           <property name="text" >
   732            <string>By receptiontime:</string>
   731            <string>By receptiontime:</string>
   733           </property>
   732           </property>
   734          </widget>
   733          </widget>
   735         </item>
   734         </item>
   736         <item row="1" column="0">
   735         <item row="1" column="0" >
   737          <widget class="QComboBox" name="timeAccountComboBox">
   736          <widget class="QComboBox" name="timeAccountComboBox" >
   738           <item>
   737           <item>
   739            <property name="text">
   738            <property name="text" >
   740             <string>Select account</string>
   739             <string>Select account</string>
   741            </property>
   740            </property>
   742           </item>
   741           </item>
   743          </widget>
   742          </widget>
   744         </item>
   743         </item>
   745         <item row="2" column="0">
   744         <item row="2" column="0" >
   746          <widget class="QComboBox" name="receptioncomboBox">
   745          <widget class="QComboBox" name="receptioncomboBox" >
   747           <item>
   746           <item>
   748            <property name="text">
   747            <property name="text" >
   749             <string>Equal</string>
   748             <string>Equal</string>
   750            </property>
   749            </property>
   751           </item>
   750           </item>
   752           <item>
   751           <item>
   753            <property name="text">
   752            <property name="text" >
   754             <string>Not equal</string>
   753             <string>Not equal</string>
   755            </property>
   754            </property>
   756           </item>
   755           </item>
   757           <item>
   756           <item>
   758            <property name="text">
   757            <property name="text" >
   759             <string>Less than</string>
   758             <string>Less than</string>
   760            </property>
   759            </property>
   761           </item>
   760           </item>
   762           <item>
   761           <item>
   763            <property name="text">
   762            <property name="text" >
   764             <string>Less than equal</string>
   763             <string>Less than equal</string>
   765            </property>
   764            </property>
   766           </item>
   765           </item>
   767           <item>
   766           <item>
   768            <property name="text">
   767            <property name="text" >
   769             <string>Greater than</string>
   768             <string>Greater than</string>
   770            </property>
   769            </property>
   771           </item>
   770           </item>
   772           <item>
   771           <item>
   773            <property name="text">
   772            <property name="text" >
   774             <string>Greater than equal</string>
   773             <string>Greater than equal</string>
   775            </property>
   774            </property>
   776           </item>
   775           </item>
   777          </widget>
   776          </widget>
   778         </item>
   777         </item>
   779         <item row="3" column="0">
   778         <item row="3" column="0" >
   780          <widget class="QDateTimeEdit" name="receptiondateTimeEdit">
   779          <widget class="QDateTimeEdit" name="receptiondateTimeEdit" >
   781           <property name="currentSection">
   780           <property name="currentSection" >
   782            <enum>QDateTimeEdit::MonthSection</enum>
   781            <enum>QDateTimeEdit::YearSection</enum>
   783           </property>
   782           </property>
   784           <property name="displayFormat">
   783           <property name="displayFormat" >
   785            <string>yyyy/MM/dd HH:mm</string>
   784            <string>yyyy/MM/dd HH:mm</string>
   786           </property>
   785           </property>
   787           <property name="calendarPopup">
   786           <property name="calendarPopup" >
   788            <bool>true</bool>
   787            <bool>true</bool>
   789           </property>
   788           </property>
   790          </widget>
   789          </widget>
   791         </item>
   790         </item>
   792         <item row="4" column="0">
   791         <item row="4" column="0" >
   793          <widget class="QPushButton" name="receptionButton">
   792          <widget class="QPushButton" name="receptionButton" >
   794           <property name="text">
   793           <property name="text" >
   795            <string>make query</string>
   794            <string>make query</string>
   796           </property>
   795           </property>
   797          </widget>
   796          </widget>
   798         </item>
   797         </item>
   799        </layout>
   798        </layout>
   800       </widget>
   799       </widget>
   801       <widget class="QWidget" name="page_11">
   800       <widget class="QWidget" name="page_11" >
   802        <layout class="QFormLayout" name="formLayout">
   801        <layout class="QFormLayout" name="formLayout" >
   803         <item row="0" column="0">
   802         <item row="0" column="0" >
   804          <widget class="QLabel" name="label_21">
   803          <widget class="QLabel" name="label_21" >
   805           <property name="font">
   804           <property name="font" >
   806            <font>
   805            <font>
   807             <pointsize>12</pointsize>
   806             <pointsize>12</pointsize>
   808             <weight>75</weight>
   807             <weight>75</weight>
   809             <bold>true</bold>
   808             <bold>true</bold>
   810            </font>
   809            </font>
   811           </property>
   810           </property>
   812           <property name="text">
   811           <property name="text" >
   813            <string>Filter by folder:</string>
   812            <string>Filter by folder:</string>
   814           </property>
   813           </property>
   815          </widget>
   814          </widget>
   816         </item>
   815         </item>
   817         <item row="1" column="0">
   816         <item row="1" column="0" >
   818          <widget class="QComboBox" name="folderAccountComboBox">
   817          <widget class="QComboBox" name="folderAccountComboBox" >
   819           <item>
   818           <item>
   820            <property name="text">
   819            <property name="text" >
   821             <string>Select account</string>
   820             <string>Select account</string>
   822            </property>
   821            </property>
   823           </item>
   822           </item>
   824          </widget>
   823          </widget>
   825         </item>
   824         </item>
   826         <item row="2" column="0">
   825         <item row="2" column="0" >
   827          <widget class="QComboBox" name="foldercomboBox">
   826          <widget class="QComboBox" name="foldercomboBox" >
   828           <property name="font">
   827           <property name="font" >
   829            <font>
   828            <font>
   830             <weight>50</weight>
   829             <weight>50</weight>
   831             <bold>false</bold>
   830             <bold>false</bold>
   832            </font>
   831            </font>
   833           </property>
   832           </property>
   834           <item>
   833           <item>
   835            <property name="text">
   834            <property name="text" >
   836             <string>Inbox folder, equal</string>
   835             <string>Inbox folder, equal</string>
   837            </property>
   836            </property>
   838           </item>
   837           </item>
   839           <item>
   838           <item>
   840            <property name="text">
   839            <property name="text" >
   841             <string>Inbox folder, not equal</string>
   840             <string>Inbox folder, not equal</string>
   842            </property>
   841            </property>
   843           </item>
   842           </item>
   844           <item>
   843           <item>
   845            <property name="text">
   844            <property name="text" >
   846             <string>Outbox folder, equal</string>
   845             <string>Outbox folder, equal</string>
   847            </property>
   846            </property>
   848           </item>
   847           </item>
   849           <item>
   848           <item>
   850            <property name="text">
   849            <property name="text" >
   851             <string>Outbox folder, not equal</string>
   850             <string>Outbox folder, not equal</string>
   852            </property>
   851            </property>
   853           </item>
   852           </item>
   854           <item>
   853           <item>
   855            <property name="text">
   854            <property name="text" >
   856             <string>Drafts folder, equal</string>
   855             <string>Drafts folder, equal</string>
   857            </property>
   856            </property>
   858           </item>
   857           </item>
   859           <item>
   858           <item>
   860            <property name="text">
   859            <property name="text" >
   861             <string>Drafts folder, not equal</string>
   860             <string>Drafts folder, not equal</string>
   862            </property>
   861            </property>
   863           </item>
   862           </item>
   864           <item>
   863           <item>
   865            <property name="text">
   864            <property name="text" >
   866             <string>Sent folder, equal</string>
   865             <string>Sent folder, equal</string>
   867            </property>
   866            </property>
   868           </item>
   867           </item>
   869           <item>
   868           <item>
   870            <property name="text">
   869            <property name="text" >
   871             <string>Sent folder, not equal</string>
   870             <string>Sent folder, not equal</string>
   872            </property>
   871            </property>
   873           </item>
   872           </item>
   874           <item>
   873           <item>
   875            <property name="text">
   874            <property name="text" >
   876             <string>Trash folder, equal</string>
   875             <string>Trash folder, equal</string>
   877            </property>
   876            </property>
   878           </item>
   877           </item>
   879           <item>
   878           <item>
   880            <property name="text">
   879            <property name="text" >
   881             <string>Trahs folder, not equal</string>
   880             <string>Trahs folder, not equal</string>
   882            </property>
   881            </property>
   883           </item>
   882           </item>
   884          </widget>
   883          </widget>
   885         </item>
   884         </item>
   886         <item row="3" column="0">
   885         <item row="3" column="0" >
   887          <widget class="QPushButton" name="folderButton">
   886          <widget class="QPushButton" name="folderButton" >
   888           <property name="palette">
   887           <property name="palette" >
   889            <palette>
   888            <palette>
   890             <active>
   889             <active>
   891              <colorrole role="LinkVisited">
   890              <colorrole role="LinkVisited" >
   892               <brush brushstyle="SolidPattern">
   891               <brush brushstyle="SolidPattern" >
   893                <color alpha="255">
   892                <color alpha="255" >
   894                 <red>51</red>
   893                 <red>51</red>
   895                 <green>129</green>
   894                 <green>129</green>
   896                 <blue>255</blue>
   895                 <blue>255</blue>
   897                </color>
   896                </color>
   898               </brush>
   897               </brush>
   899              </colorrole>
   898              </colorrole>
   900             </active>
   899             </active>
   901             <inactive>
   900             <inactive>
   902              <colorrole role="LinkVisited">
   901              <colorrole role="LinkVisited" >
   903               <brush brushstyle="SolidPattern">
   902               <brush brushstyle="SolidPattern" >
   904                <color alpha="255">
   903                <color alpha="255" >
   905                 <red>51</red>
   904                 <red>51</red>
   906                 <green>129</green>
   905                 <green>129</green>
   907                 <blue>255</blue>
   906                 <blue>255</blue>
   908                </color>
   907                </color>
   909               </brush>
   908               </brush>
   910              </colorrole>
   909              </colorrole>
   911             </inactive>
   910             </inactive>
   912             <disabled>
   911             <disabled>
   913              <colorrole role="LinkVisited">
   912              <colorrole role="LinkVisited" >
   914               <brush brushstyle="SolidPattern">
   913               <brush brushstyle="SolidPattern" >
   915                <color alpha="255">
   914                <color alpha="255" >
   916                 <red>51</red>
   915                 <red>51</red>
   917                 <green>129</green>
   916                 <green>129</green>
   918                 <blue>255</blue>
   917                 <blue>255</blue>
   919                </color>
   918                </color>
   920               </brush>
   919               </brush>
   921              </colorrole>
   920              </colorrole>
   922             </disabled>
   921             </disabled>
   923            </palette>
   922            </palette>
   924           </property>
   923           </property>
   925           <property name="font">
   924           <property name="font" >
   926            <font>
   925            <font>
   927             <weight>50</weight>
   926             <weight>50</weight>
   928             <bold>false</bold>
   927             <bold>false</bold>
   929            </font>
   928            </font>
   930           </property>
   929           </property>
   931           <property name="focusPolicy">
   930           <property name="focusPolicy" >
   932            <enum>Qt::StrongFocus</enum>
   931            <enum>Qt::StrongFocus</enum>
   933           </property>
   932           </property>
   934           <property name="contextMenuPolicy">
   933           <property name="contextMenuPolicy" >
   935            <enum>Qt::DefaultContextMenu</enum>
   934            <enum>Qt::DefaultContextMenu</enum>
   936           </property>
   935           </property>
   937           <property name="text">
   936           <property name="text" >
   938            <string>make query</string>
   937            <string>make query</string>
   939           </property>
   938           </property>
   940          </widget>
   939          </widget>
   941         </item>
   940         </item>
   942        </layout>
   941        </layout>
   943       </widget>
   942       </widget>
   944       <widget class="QWidget" name="page_12">
   943       <widget class="QWidget" name="page_12" >
   945        <layout class="QFormLayout" name="formLayout_7">
   944        <layout class="QFormLayout" name="formLayout_7" >
   946         <item row="0" column="0">
   945         <item row="0" column="0" >
   947          <widget class="QLabel" name="label_29">
   946          <widget class="QLabel" name="label_29" >
   948           <property name="font">
   947           <property name="font" >
   949            <font>
   948            <font>
   950             <pointsize>12</pointsize>
   949             <pointsize>12</pointsize>
   951             <weight>75</weight>
   950             <weight>75</weight>
   952             <bold>true</bold>
   951             <bold>true</bold>
   953            </font>
   952            </font>
   954           </property>
   953           </property>
   955           <property name="text">
   954           <property name="text" >
   956            <string>By account:</string>
   955            <string>By account:</string>
   957           </property>
   956           </property>
   958          </widget>
   957          </widget>
   959         </item>
   958         </item>
   960         <item row="1" column="0">
   959         <item row="1" column="0" >
   961          <widget class="QLabel" name="label_28">
   960          <widget class="QLabel" name="label_28" >
   962           <property name="text">
   961           <property name="text" >
   963            <string>Account:</string>
   962            <string>Account:</string>
   964           </property>
   963           </property>
   965          </widget>
   964          </widget>
   966         </item>
   965         </item>
   967         <item row="2" column="0">
   966         <item row="2" column="0" >
   968          <widget class="QComboBox" name="accountComboBox_2"/>
   967          <widget class="QComboBox" name="accountComboBox_2" />
   969         </item>
   968         </item>
   970         <item row="3" column="0">
   969         <item row="3" column="0" >
   971          <widget class="QComboBox" name="folderComboBox"/>
   970          <widget class="QComboBox" name="folderComboBox" />
   972         </item>
   971         </item>
   973         <item row="4" column="0">
   972         <item row="4" column="0" >
   974          <widget class="QLabel" name="label_20">
   973          <widget class="QLabel" name="label_20" >
   975           <property name="text">
   974           <property name="text" >
   976            <string>Default account:</string>
   975            <string>Default account:</string>
   977           </property>
   976           </property>
   978          </widget>
   977          </widget>
   979         </item>
   978         </item>
   980         <item row="5" column="0">
   979         <item row="5" column="0" >
   981          <widget class="QComboBox" name="defaultAccountBox">
   980          <widget class="QComboBox" name="defaultAccountBox" >
   982           <item>
   981           <item>
   983            <property name="text">
   982            <property name="text" >
   984             <string>Inbox</string>
   983             <string>Inbox</string>
   985            </property>
   984            </property>
   986           </item>
   985           </item>
   987           <item>
   986           <item>
   988            <property name="text">
   987            <property name="text" >
   989             <string>Outbox</string>
   988             <string>Outbox</string>
   990            </property>
   989            </property>
   991           </item>
   990           </item>
   992           <item>
   991           <item>
   993            <property name="text">
   992            <property name="text" >
   994             <string>Drafts</string>
   993             <string>Drafts</string>
   995            </property>
   994            </property>
   996           </item>
   995           </item>
   997           <item>
   996           <item>
   998            <property name="text">
   997            <property name="text" >
   999             <string>Sent</string>
   998             <string>Sent</string>
  1000            </property>
   999            </property>
  1001           </item>
  1000           </item>
  1002           <item>
  1001           <item>
  1003            <property name="text">
  1002            <property name="text" >
  1004             <string>Trash</string>
  1003             <string>Trash</string>
  1005            </property>
  1004            </property>
  1006           </item>
  1005           </item>
  1007          </widget>
  1006          </widget>
  1008         </item>
  1007         </item>
  1009         <item row="6" column="0">
  1008         <item row="6" column="0" >
  1010          <widget class="QPushButton" name="findMessagesButton">
  1009          <widget class="QPushButton" name="findMessagesButton" >
  1011           <property name="text">
  1010           <property name="text" >
  1012            <string>make query</string>
  1011            <string>make query</string>
  1013           </property>
  1012           </property>
  1014          </widget>
  1013          </widget>
  1015         </item>
  1014         </item>
  1016        </layout>
  1015        </layout>
  1020        <zorder>findMessagesButton</zorder>
  1019        <zorder>findMessagesButton</zorder>
  1021        <zorder>label_20</zorder>
  1020        <zorder>label_20</zorder>
  1022        <zorder>label_28</zorder>
  1021        <zorder>label_28</zorder>
  1023        <zorder>label_29</zorder>
  1022        <zorder>label_29</zorder>
  1024       </widget>
  1023       </widget>
  1025       <widget class="QWidget" name="page_13">
  1024       <widget class="QWidget" name="page_13" >
  1026        <layout class="QVBoxLayout" name="verticalLayout_9">
  1025        <layout class="QVBoxLayout" name="verticalLayout_9" >
  1027         <item>
  1026         <item>
  1028          <widget class="QListView" name="messageListView"/>
  1027          <widget class="QListView" name="messageListView" />
  1029         </item>
  1028         </item>
  1030        </layout>
  1029        </layout>
  1031       </widget>
  1030       </widget>
  1032      </widget>
  1031      </widget>
  1033     </item>
  1032     </item>