Merge pull request #1034 from csoler/v0.6-FT

V0.6 ft
This commit is contained in:
csoler 2017-09-14 22:02:39 +02:00 committed by GitHub
commit d7dae0ef35
3 changed files with 16 additions and 3 deletions

View File

@ -87,7 +87,11 @@ void RetroshareDirModel::treeStyle()
QIcon::Normal, QIcon::On);
peerIcon = QIcon(":/images/user/identity16.png");
}
void TreeStyle_RDM::update()
{
preMods() ;
postMods() ;
}
void TreeStyle_RDM::updateRef(const QModelIndex& indx) const
{
rsFiles->requestDirUpdate(indx.internalPointer()) ;

View File

@ -177,6 +177,7 @@ class TreeStyle_RDM: public RetroshareDirModel
protected:
virtual void updateRef(const QModelIndex&) const ;
virtual void update() ;
/* These are all overloaded Virtual Functions */
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;

View File

@ -98,7 +98,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="suffixesIgnoreList_LE"/>
<widget class="QLineEdit" name="suffixesIgnoreList_LE">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add any combination of suffixes separated by &amp;quot;;&amp;quot; for instance &amp;quot;~;.bak;.old&amp;quot;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</item>
@ -112,7 +116,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="prefixesIgnoreList_LE"/>
<widget class="QLineEdit" name="prefixesIgnoreList_LE">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add any combination of prefixes, separated by &amp;quot;;&amp;quot; for instance &amp;quot;.;~&amp;quot;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</item>