mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
commit
d7dae0ef35
@ -87,7 +87,11 @@ void RetroshareDirModel::treeStyle()
|
|||||||
QIcon::Normal, QIcon::On);
|
QIcon::Normal, QIcon::On);
|
||||||
peerIcon = QIcon(":/images/user/identity16.png");
|
peerIcon = QIcon(":/images/user/identity16.png");
|
||||||
}
|
}
|
||||||
|
void TreeStyle_RDM::update()
|
||||||
|
{
|
||||||
|
preMods() ;
|
||||||
|
postMods() ;
|
||||||
|
}
|
||||||
void TreeStyle_RDM::updateRef(const QModelIndex& indx) const
|
void TreeStyle_RDM::updateRef(const QModelIndex& indx) const
|
||||||
{
|
{
|
||||||
rsFiles->requestDirUpdate(indx.internalPointer()) ;
|
rsFiles->requestDirUpdate(indx.internalPointer()) ;
|
||||||
|
@ -177,6 +177,7 @@ class TreeStyle_RDM: public RetroshareDirModel
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void updateRef(const QModelIndex&) const ;
|
virtual void updateRef(const QModelIndex&) const ;
|
||||||
|
virtual void update() ;
|
||||||
|
|
||||||
/* These are all overloaded Virtual Functions */
|
/* These are all overloaded Virtual Functions */
|
||||||
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
||||||
|
@ -98,7 +98,11 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="suffixesIgnoreList_LE"/>
|
<widget class="QLineEdit" name="suffixesIgnoreList_LE">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Add any combination of suffixes separated by &quot;;&quot; for instance &quot;~;.bak;.old&quot;</p></body></html></string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
@ -112,7 +116,11 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="prefixesIgnoreList_LE"/>
|
<widget class="QLineEdit" name="prefixesIgnoreList_LE">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Add any combination of prefixes, separated by &quot;;&quot; for instance &quot;.;~&quot;</p></body></html></string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user