adds channelpassword option for lobby-irc-channel

This commit is contained in:
doitux
2007-11-15 21:28:17 +00:00
parent 54fce3e2e5
commit 5b9e666df2
3 changed files with 20 additions and 3 deletions
+16 -2
View File
@@ -1352,14 +1352,14 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="3" column="0" >
<item row="4" column="0" >
<widget class="QCheckBox" name="checkBox_IRCServerUseIpv6" >
<property name="text" >
<string>Use IPv6</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<item row="4" column="1" >
<widget class="QLabel" name="label_45" >
<property name="text" >
<string>&lt;a href="http://en.wikipedia.org/wiki/Ipv6">What is this?&lt;/a></string>
@@ -1369,6 +1369,20 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QLineEdit" name="lineEdit_IRCChannelPassword" >
<property name="echoMode" >
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_17" >
<property name="text" >
<string>Channel Password:</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>