Warning, /network/choqok/microblogs/twitter/twitterlistdialog_base.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>TwitterListDialogBase</class>
0004  <widget class="QWidget" name="TwitterListDialogBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>293</width>
0010     <height>85</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add List</string>
0015   </property>
0016   <widget class="QLabel" name="label_2">
0017    <property name="geometry">
0018     <rect>
0019      <x>0</x>
0020      <y>40</y>
0021      <width>71</width>
0022      <height>20</height>
0023     </rect>
0024    </property>
0025    <property name="text">
0026     <string>List name:</string>
0027    </property>
0028    <property name="alignment">
0029     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0030    </property>
0031   </widget>
0032   <widget class="QLineEdit" name="listname">
0033    <property name="geometry">
0034     <rect>
0035      <x>90</x>
0036      <y>40</y>
0037      <width>110</width>
0038      <height>25</height>
0039     </rect>
0040    </property>
0041   </widget>
0042   <widget class="QLabel" name="label">
0043    <property name="geometry">
0044     <rect>
0045      <x>10</x>
0046      <y>10</y>
0047      <width>72</width>
0048      <height>16</height>
0049     </rect>
0050    </property>
0051    <property name="text">
0052     <string>User name:</string>
0053    </property>
0054    <property name="alignment">
0055     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0056    </property>
0057   </widget>
0058   <widget class="QLineEdit" name="username">
0059    <property name="geometry">
0060     <rect>
0061      <x>88</x>
0062      <y>10</y>
0063      <width>110</width>
0064      <height>25</height>
0065     </rect>
0066    </property>
0067   </widget>
0068   <widget class="QPushButton" name="loadUserLists">
0069    <property name="geometry">
0070     <rect>
0071      <x>204</x>
0072      <y>10</y>
0073      <width>80</width>
0074      <height>26</height>
0075     </rect>
0076    </property>
0077    <property name="toolTip">
0078     <string>Load user lists</string>
0079    </property>
0080    <property name="text">
0081     <string>Load Lists</string>
0082    </property>
0083   </widget>
0084  </widget>
0085  <tabstops>
0086   <tabstop>username</tabstop>
0087   <tabstop>loadUserLists</tabstop>
0088  </tabstops>
0089  <resources/>
0090  <connections/>
0091 </ui>