mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
removed display of link hash. not useful to the end-user
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-GenericTunneling@6328 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2485f9fffd
commit
6ddfe35353
@ -56,7 +56,6 @@ void CreateMsgLinkDialog::updateCurrentRow(int r)
|
||||
if(r < 0)
|
||||
{
|
||||
_current_link_type_LE->setText("") ;
|
||||
_current_link_hash_LE->setText("") ;
|
||||
_current_link_dst_LE->setText("") ;
|
||||
_current_link_date_DE->setDateTime(QDateTime::fromMSecsSinceEpoch(0)) ;
|
||||
return ;
|
||||
@ -72,7 +71,6 @@ void CreateMsgLinkDialog::updateCurrentRow(int r)
|
||||
else
|
||||
_current_link_type_LE->setText( tr("Public message invite") ) ;
|
||||
|
||||
_current_link_hash_LE->setText(link.hash()) ;
|
||||
_current_link_dst_LE->setText(link.GPGId()) ;
|
||||
_current_link_date_DE->setDateTime(QDateTime::fromMSecsSinceEpoch(link.timeStamp() * 1000 )) ;
|
||||
}
|
||||
|
@ -39,13 +39,6 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_6">
|
||||
<property name="text">
|
||||
<string>Hash:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_7">
|
||||
<property name="text">
|
||||
@ -63,9 +56,6 @@
|
||||
<item>
|
||||
<widget class="QLineEdit" name="_current_link_type_LE"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="_current_link_hash_LE"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="_current_link_dst_LE"/>
|
||||
</item>
|
||||
@ -231,27 +221,6 @@
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
<zorder>_link_type_CB</zorder>
|
||||
<zorder>label</zorder>
|
||||
<zorder>dateTimeEdit</zorder>
|
||||
<zorder>label_2</zorder>
|
||||
<zorder>label_4</zorder>
|
||||
<zorder>lineEdit</zorder>
|
||||
<zorder>_create_link_PB</zorder>
|
||||
<zorder>label_2</zorder>
|
||||
<zorder>_existing_links_LV</zorder>
|
||||
<zorder>_current_link_date_DE</zorder>
|
||||
<zorder>label_3</zorder>
|
||||
<zorder>label_5</zorder>
|
||||
<zorder>label_6</zorder>
|
||||
<zorder>label_7</zorder>
|
||||
<zorder>pushButton</zorder>
|
||||
<zorder>_current_link_type_LE</zorder>
|
||||
<zorder>_current_link_dst_LE</zorder>
|
||||
<zorder>_current_link_hash_LE</zorder>
|
||||
<zorder>verticalSpacer</zorder>
|
||||
<zorder>_create_new_PB</zorder>
|
||||
<zorder>_new_link_F</zorder>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
Loading…
Reference in New Issue
Block a user