<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SaoriTootWidget</class> <widget class="QWidget" name="SaoriTootWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab_text"> <attribute name="title"> <string>Text</string> </attribute> <layout class="QFormLayout" name="formLayout"> <item row="1" column="0"> <widget class="QCheckBox" name="checkBox_cw"> <property name="text"> <string>CW:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="lineEdit_cw"> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QTextEdit" name="textEdit_toot"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="contextMenuPolicy"> <enum>Qt::DefaultContextMenu</enum> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_account"> <property name="text"> <string>Toot</string> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_count"> <property name="text"> <string>500</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QComboBox" name="comboBox_visivility"> <item> <property name="text"> <string>Public</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-globe.svg</normaloff>:/icons/ionicons-md/md-globe.svg</iconset> </property> </item> <item> <property name="text"> <string>Unlisted</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-unlock.svg</normaloff>:/icons/ionicons-md/md-unlock.svg</iconset> </property> </item> <item> <property name="text"> <string>Follwers only</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-lock.svg</normaloff>:/icons/ionicons-md/md-lock.svg</iconset> </property> </item> <item> <property name="text"> <string extracomment="Post to public timelines">Direct</string> </property> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-mail.svg</normaloff>:/icons/ionicons-md/md-mail.svg</iconset> </property> </item> </widget> </item> <item> <widget class="QToolBar" name="toolBar"> <property name="movable"> <bool>false</bool> </property> <property name="floatable"> <bool>false</bool> </property> <addaction name="actionClear"/> <addaction name="actionToot"/> </widget> </item> </layout> </item> </layout> <action name="actionToot"> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-send.svg</normaloff>:/icons/ionicons-md/md-send.svg</iconset> </property> <property name="text"> <string>Toot!</string> </property> <property name="shortcut"> <string>Ctrl+Return</string> </property> </action> <action name="actionClear"> <property name="icon"> <iconset resource="saori.qrc"> <normaloff>:/icons/ionicons-md/md-trash.svg</normaloff>:/icons/ionicons-md/md-trash.svg</iconset> </property> <property name="text"> <string>clear</string> </property> <property name="shortcut"> <string>Ctrl+Del</string> </property> </action> </widget> <resources> <include location="saori.qrc"/> </resources> <connections> <connection> <sender>checkBox_cw</sender> <signal>toggled(bool)</signal> <receiver>lineEdit_cw</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>44</x> <y>81</y> </hint> <hint type="destinationlabel"> <x>227</x> <y>82</y> </hint> </hints> </connection> <connection> <sender>actionClear</sender> <signal>triggered()</signal> <receiver>textEdit_toot</receiver> <slot>clear()</slot> <hints> <hint type="sourcelabel"> <x>-1</x> <y>-1</y> </hint> <hint type="destinationlabel"> <x>199</x> <y>170</y> </hint> </hints> </connection> <connection> <sender>actionClear</sender> <signal>triggered()</signal> <receiver>lineEdit_cw</receiver> <slot>clear()</slot> <hints> <hint type="sourcelabel"> <x>-1</x> <y>-1</y> </hint> <hint type="destinationlabel"> <x>227</x> <y>82</y> </hint> </hints> </connection> </connections> </ui>