Warning, /network/choqok/microblogs/laconica/laconicaeditaccount_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>LaconicaEditAccountBase</class>
0004  <widget class="QWidget" name="LaconicaEditAccountBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>444</width>
0010     <height>497</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <item row="0" column="0">
0015     <widget class="QTabWidget" name="tabwidget">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="tabAccount">
0020       <attribute name="title">
0021        <string>GNU social Account</string>
0022       </attribute>
0023       <layout class="QVBoxLayout" name="verticalLayout">
0024        <item>
0025         <layout class="QGridLayout" name="gridLayout_4">
0026          <item row="0" column="0">
0027           <widget class="QLabel" name="label_3">
0028            <property name="text">
0029             <string>A&amp;lias:</string>
0030            </property>
0031            <property name="alignment">
0032             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0033            </property>
0034            <property name="buddy">
0035             <cstring>kcfg_alias</cstring>
0036            </property>
0037           </widget>
0038          </item>
0039          <item row="0" column="1">
0040           <widget class="QLineEdit" name="kcfg_alias">
0041            <property name="toolTip">
0042             <string>The account alias</string>
0043            </property>
0044            <property name="whatsThis">
0045             <string>The alias is the name you want to give to your account. It should be unique. You can have several connections to the same service so the alias lets you give them names.</string>
0046            </property>
0047           </widget>
0048          </item>
0049          <item row="1" column="1">
0050           <widget class="QLabel" name="label">
0051            <property name="sizePolicy">
0052             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0053              <horstretch>0</horstretch>
0054              <verstretch>0</verstretch>
0055             </sizepolicy>
0056            </property>
0057            <property name="text">
0058             <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0059 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0060 p, li { white-space: pre-wrap; }
0061 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0062 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Note:&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; The alias must be unique.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0063            </property>
0064            <property name="alignment">
0065             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0066            </property>
0067            <property name="wordWrap">
0068             <bool>true</bool>
0069            </property>
0070           </widget>
0071          </item>
0072         </layout>
0073        </item>
0074        <item>
0075         <widget class="QGroupBox" name="groupBox_2">
0076          <property name="title">
0077           <string>Server</string>
0078          </property>
0079          <layout class="QGridLayout" name="gridLayout">
0080           <item row="1" column="0">
0081            <widget class="QLabel" name="label_4">
0082             <property name="text">
0083              <string>API path:</string>
0084             </property>
0085             <property name="alignment">
0086              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0087             </property>
0088             <property name="buddy">
0089              <cstring>kcfg_api</cstring>
0090             </property>
0091            </widget>
0092           </item>
0093           <item row="1" column="1">
0094            <widget class="QLineEdit" name="kcfg_api">
0095             <property name="text">
0096              <string notr="true">api</string>
0097             </property>
0098            </widget>
0099           </item>
0100           <item row="0" column="0">
0101            <widget class="QLabel" name="label_2">
0102             <property name="text">
0103              <string>&amp;GNU social server:</string>
0104             </property>
0105             <property name="alignment">
0106              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0107             </property>
0108             <property name="buddy">
0109              <cstring>kcfg_host</cstring>
0110             </property>
0111            </widget>
0112           </item>
0113           <item row="0" column="1">
0114            <widget class="QLineEdit" name="kcfg_host"/>
0115           </item>
0116          </layout>
0117         </widget>
0118        </item>
0119        <item>
0120         <widget class="QGroupBox" name="kcfg_BasicBox">
0121          <property name="title">
0122           <string>Basic Authentication</string>
0123          </property>
0124          <layout class="QFormLayout" name="formLayout">
0125           <item row="1" column="1">
0126            <widget class="QLineEdit" name="kcfg_basicUsername">
0127             <property name="toolTip">
0128              <string>The name you use to connect to the service</string>
0129             </property>
0130            </widget>
0131           </item>
0132           <item row="2" column="0">
0133            <widget class="QLabel" name="textLabel1_3">
0134             <property name="text">
0135              <string>Password:</string>
0136             </property>
0137             <property name="alignment">
0138              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0139             </property>
0140            </widget>
0141           </item>
0142           <item row="2" column="1">
0143            <widget class="QLineEdit" name="kcfg_basicPassword">
0144             <property name="toolTip">
0145              <string>The name you use to connect to the service</string>
0146             </property>
0147             <property name="echoMode">
0148              <enum>QLineEdit::Password</enum>
0149             </property>
0150            </widget>
0151           </item>
0152           <item row="1" column="0">
0153            <widget class="QLabel" name="textLabel1_2">
0154             <property name="text">
0155              <string>Username:</string>
0156             </property>
0157             <property name="alignment">
0158              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0159             </property>
0160            </widget>
0161           </item>
0162          </layout>
0163         </widget>
0164        </item>
0165        <item>
0166         <spacer name="verticalSpacer_2">
0167          <property name="orientation">
0168           <enum>Qt::Vertical</enum>
0169          </property>
0170          <property name="sizeHint" stdset="0">
0171           <size>
0172            <width>20</width>
0173            <height>0</height>
0174           </size>
0175          </property>
0176         </spacer>
0177        </item>
0178       </layout>
0179      </widget>
0180      <widget class="QWidget" name="tabTimelines">
0181       <attribute name="title">
0182        <string>Timelines Configuration</string>
0183       </attribute>
0184       <layout class="QVBoxLayout" name="verticalLayout_5">
0185        <item>
0186         <widget class="QLabel" name="label_6">
0187          <property name="font">
0188           <font>
0189            <weight>75</weight>
0190            <bold>true</bold>
0191           </font>
0192          </property>
0193          <property name="text">
0194           <string>Which timelines do you like to be enabled?</string>
0195          </property>
0196         </widget>
0197        </item>
0198        <item>
0199         <widget class="QTableWidget" name="timelinesTable">
0200          <column>
0201           <property name="text">
0202            <string>Name</string>
0203           </property>
0204          </column>
0205          <column>
0206           <property name="text">
0207            <string>Enable</string>
0208           </property>
0209          </column>
0210         </widget>
0211        </item>
0212       </layout>
0213      </widget>
0214      <widget class="QWidget" name="tabConf">
0215       <attribute name="title">
0216        <string>Configuration</string>
0217       </attribute>
0218       <layout class="QVBoxLayout" name="verticalLayout_3">
0219        <item>
0220         <layout class="QHBoxLayout" name="horizontalLayout_2">
0221          <item>
0222           <widget class="QCheckBox" name="kcfg_changeExclamationMark">
0223            <property name="toolTip">
0224             <string>To prevent spamming on some groups, you can set here to change the exclamation point (that used to refer to a group), to something else (e.g. nothing.)</string>
0225            </property>
0226            <property name="text">
0227             <string>On re-dent, change exclamation mark to:</string>
0228            </property>
0229            <property name="checked">
0230             <bool>true</bool>
0231            </property>
0232           </widget>
0233          </item>
0234          <item>
0235           <widget class="QLineEdit" name="kcfg_changeToString">
0236            <property name="text">
0237             <string>#</string>
0238            </property>
0239            <property name="maxLength">
0240             <number>10</number>
0241            </property>
0242           </widget>
0243          </item>
0244         </layout>
0245        </item>
0246        <item>
0247         <spacer name="verticalSpacer">
0248          <property name="orientation">
0249           <enum>Qt::Vertical</enum>
0250          </property>
0251          <property name="sizeHint" stdset="0">
0252           <size>
0253            <width>20</width>
0254            <height>40</height>
0255           </size>
0256          </property>
0257         </spacer>
0258        </item>
0259       </layout>
0260      </widget>
0261     </widget>
0262    </item>
0263   </layout>
0264  </widget>
0265  <tabstops>
0266   <tabstop>kcfg_alias</tabstop>
0267   <tabstop>kcfg_host</tabstop>
0268   <tabstop>kcfg_api</tabstop>
0269   <tabstop>kcfg_basicUsername</tabstop>
0270   <tabstop>kcfg_basicPassword</tabstop>
0271   <tabstop>tabwidget</tabstop>
0272   <tabstop>timelinesTable</tabstop>
0273   <tabstop>kcfg_changeExclamationMark</tabstop>
0274   <tabstop>kcfg_changeToString</tabstop>
0275  </tabstops>
0276  <resources/>
0277  <connections/>
0278 </ui>