PyBitmessage/src/bitmessageqt/newchandialog.ui

209 lines
6.0 KiB
Plaintext
Raw Normal View History

2013-06-25 21:14:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2013-07-22 05:10:22 +00:00
<class>newChanDialog</class>
<widget class="QDialog" name="newChanDialog">
2013-06-25 21:14:44 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>553</width>
2013-07-22 05:10:22 +00:00
<height>422</height>
2013-06-25 21:14:44 +00:00
</rect>
</property>
2013-07-22 05:10:22 +00:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
2013-06-25 21:14:44 +00:00
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="radioButtonCreateChan">
<property name="text">
<string>Create a new chan</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radioButtonJoinChan">
<property name="text">
<string>Join a chan</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
2013-07-22 05:10:22 +00:00
<item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="groupBoxCreateChan">
2013-06-25 21:14:44 +00:00
<property name="title">
2013-07-22 05:10:22 +00:00
<string>Create a chan</string>
2013-06-25 21:14:44 +00:00
</property>
2013-07-22 05:10:22 +00:00
<layout class="QGridLayout" name="gridLayout">
2013-06-25 21:14:44 +00:00
<item row="0" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLabel" name="label_4">
2013-06-25 21:14:44 +00:00
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter a name for your chan. If you choose a sufficiently complex chan name (like a strong and unique passphrase) and none of your friends share it publicly then the chan will be secure and private. If you and someone else both create a chan with the same chan name then it is currently very likely that they will be the same chan.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2013-06-25 21:14:44 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLabel" name="label_5">
2013-06-25 21:14:44 +00:00
<property name="text">
<string>Chan name:</string>
</property>
</widget>
</item>
<item row="2" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLineEdit" name="lineEditChanNameCreate"/>
2013-06-25 21:14:44 +00:00
</item>
</layout>
</widget>
</item>
2013-07-22 05:10:22 +00:00
<item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="groupBoxJoinChan">
2013-06-25 21:14:44 +00:00
<property name="title">
2013-07-22 05:10:22 +00:00
<string>Join a chan</string>
2013-06-25 21:14:44 +00:00
</property>
2013-07-22 05:10:22 +00:00
<layout class="QGridLayout" name="gridLayout_2">
2013-06-25 21:14:44 +00:00
<item row="0" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLabel" name="label">
2013-06-25 21:14:44 +00:00
<property name="text">
2013-07-22 05:10:22 +00:00
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;A chan exists when a group of people share the same decryption keys. The keys and bitmessage address used by a chan are generated from a human-friendly word or phrase (the chan name). To send a message to everyone in the chan, send a normal person-to-person message to the chan address.&lt;/p&gt;&lt;p&gt;Chans are experimental and completely unmoderatable.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2013-06-25 21:14:44 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLabel" name="label_2">
2013-06-25 21:14:44 +00:00
<property name="text">
<string>Chan name:</string>
</property>
</widget>
</item>
<item row="2" column="0">
2013-07-22 05:10:22 +00:00
<widget class="QLineEdit" name="lineEditChanNameJoin"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Chan bitmessage address:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLineEdit" name="lineEditChanBitmessageAddress"/>
2013-06-25 21:14:44 +00:00
</item>
</layout>
</widget>
</item>
<item row="4" column="1">
2013-07-22 05:10:22 +00:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>389</width>
<height>2</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="1">
2013-06-25 21:14:44 +00:00
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>radioButtonJoinChan</tabstop>
<tabstop>radioButtonCreateChan</tabstop>
<tabstop>lineEditChanNameCreate</tabstop>
<tabstop>lineEditChanNameJoin</tabstop>
<tabstop>lineEditChanBitmessageAddress</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
2013-06-25 21:14:44 +00:00
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
2013-07-22 05:10:22 +00:00
<receiver>newChanDialog</receiver>
2013-06-25 21:14:44 +00:00
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>428</x>
<y>454</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
2013-07-22 05:10:22 +00:00
<receiver>newChanDialog</receiver>
2013-06-25 21:14:44 +00:00
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>430</x>
<y>460</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonJoinChan</sender>
<signal>toggled(bool)</signal>
<receiver>groupBoxJoinChan</receiver>
<slot>setShown(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>74</x>
<y>49</y>
</hint>
<hint type="destinationlabel">
<x>96</x>
<y>227</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonCreateChan</sender>
<signal>toggled(bool)</signal>
<receiver>groupBoxCreateChan</receiver>
<slot>setShown(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>72</x>
<y>28</y>
</hint>
<hint type="destinationlabel">
<x>65</x>
<y>92</y>
</hint>
</hints>
</connection>
</connections>
</ui>