Warning, /network/choqok/choqok/config/accounts/accountswidget_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>AccountsWidgetBase</class>
0004  <widget class="QWidget" name="AccountsWidgetBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>599</width>
0010     <height>287</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add New Account</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <property name="leftMargin">
0018     <number>1</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>1</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>1</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>1</number>
0028    </property>
0029    <property name="spacing">
0030     <number>1</number>
0031    </property>
0032    <item row="0" column="1">
0033     <layout class="QVBoxLayout" name="verticalLayout">
0034      <property name="spacing">
0035       <number>6</number>
0036      </property>
0037      <item>
0038       <widget class="QPushButton" name="btnAdd">
0039        <property name="toolTip">
0040         <string>Add a new account</string>
0041        </property>
0042        <property name="text">
0043         <string>&amp;Add...</string>
0044        </property>
0045        <property name="icon">
0046         <iconset theme="list-add"/>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <widget class="QPushButton" name="btnEdit">
0052        <property name="enabled">
0053         <bool>false</bool>
0054        </property>
0055        <property name="toolTip">
0056         <string>Modify the selected account</string>
0057        </property>
0058        <property name="text">
0059         <string>&amp;Modify...</string>
0060        </property>
0061        <property name="icon">
0062         <iconset theme="edit-rename"/>
0063        </property>
0064       </widget>
0065      </item>
0066      <item>
0067       <widget class="QPushButton" name="btnRemove">
0068        <property name="enabled">
0069         <bool>false</bool>
0070        </property>
0071        <property name="toolTip">
0072         <string>Remove the selected account</string>
0073        </property>
0074        <property name="text">
0075         <string>&amp;Remove</string>
0076        </property>
0077        <property name="icon">
0078         <iconset theme="list-remove"/>
0079        </property>
0080       </widget>
0081      </item>
0082      <item>
0083       <spacer name="verticalSpacer">
0084        <property name="orientation">
0085         <enum>Qt::Vertical</enum>
0086        </property>
0087        <property name="sizeHint" stdset="0">
0088         <size>
0089          <width>20</width>
0090          <height>40</height>
0091         </size>
0092        </property>
0093       </spacer>
0094      </item>
0095      <item>
0096       <widget class="QPushButton" name="btnUp">
0097        <property name="enabled">
0098         <bool>false</bool>
0099        </property>
0100        <property name="icon">
0101         <iconset theme="go-up"/>
0102        </property>
0103        <property name="flat">
0104         <bool>true</bool>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <widget class="QPushButton" name="btnDown">
0110        <property name="enabled">
0111         <bool>false</bool>
0112        </property>
0113        <property name="icon">
0114         <iconset theme="go-down"/>
0115        </property>
0116        <property name="flat">
0117         <bool>true</bool>
0118        </property>
0119       </widget>
0120      </item>
0121     </layout>
0122    </item>
0123    <item row="0" column="0">
0124     <widget class="QTableWidget" name="accountsTable">
0125      <property name="editTriggers">
0126       <set>QAbstractItemView::NoEditTriggers</set>
0127      </property>
0128      <property name="showDropIndicator" stdset="0">
0129       <bool>false</bool>
0130      </property>
0131      <property name="dragDropOverwriteMode">
0132       <bool>false</bool>
0133      </property>
0134      <property name="alternatingRowColors">
0135       <bool>true</bool>
0136      </property>
0137      <property name="selectionMode">
0138       <enum>QAbstractItemView::SingleSelection</enum>
0139      </property>
0140      <property name="selectionBehavior">
0141       <enum>QAbstractItemView::SelectRows</enum>
0142      </property>
0143      <property name="cornerButtonEnabled">
0144       <bool>false</bool>
0145      </property>
0146      <property name="columnCount">
0147       <number>5</number>
0148      </property>
0149      <attribute name="horizontalHeaderVisible">
0150       <bool>true</bool>
0151      </attribute>
0152      <attribute name="verticalHeaderVisible">
0153       <bool>true</bool>
0154      </attribute>
0155      <column>
0156       <property name="text">
0157        <string>Alias</string>
0158       </property>
0159       <property name="toolTip">
0160        <string>An alias for the account</string>
0161       </property>
0162      </column>
0163      <column>
0164       <property name="text">
0165        <string>Micro-Blog</string>
0166       </property>
0167       <property name="toolTip">
0168        <string>The type of the account</string>
0169       </property>
0170      </column>
0171      <column>
0172       <property name="text">
0173        <string>Enabled</string>
0174       </property>
0175       <property name="toolTip">
0176        <string>Whether the microblog is enabled or disabled</string>
0177       </property>
0178      </column>
0179      <column>
0180       <property name="text">
0181        <string>Read Only</string>
0182       </property>
0183       <property name="toolTip">
0184        <string>Read Only account</string>
0185       </property>
0186      </column>
0187      <column>
0188       <property name="text">
0189        <string>Quick Post</string>
0190       </property>
0191       <property name="toolTip">
0192        <string>Show in Quick Post</string>
0193       </property>
0194      </column>
0195     </widget>
0196    </item>
0197   </layout>
0198  </widget>
0199  <tabstops>
0200   <tabstop>accountsTable</tabstop>
0201   <tabstop>btnAdd</tabstop>
0202   <tabstop>btnEdit</tabstop>
0203   <tabstop>btnRemove</tabstop>
0204  </tabstops>
0205  <resources/>
0206  <connections/>
0207 </ui>