Mercurial > trustbridge
comparison ui/certificatelistwidget.h @ 653:39f03316f675 trustbridge-refactor
Change button text when toggling details and select the first list item.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 25 Jun 2014 14:56:19 +0200 |
parents | c1b35edb097f |
children | 973a7ce19658 |
comparison
equal
deleted
inserted
replaced
652:f65503c1833b | 653:39f03316f675 |
---|---|
36 QStringList selectedCertificates(); | 36 QStringList selectedCertificates(); |
37 QStringList unselectedCertificates(); | 37 QStringList unselectedCertificates(); |
38 QList<Certificate> certificateList(); | 38 QList<Certificate> certificateList(); |
39 int selectedCertCount(); | 39 int selectedCertCount(); |
40 bool contains(const Certificate &cert); | 40 bool contains(const Certificate &cert); |
41 void setSelected(int index); | |
41 | 42 |
42 private: | 43 private: |
43 void setupGUI(); | 44 void setupGUI(); |
44 | 45 |
45 QListWidget *mCertificateList; | 46 QListWidget *mCertificateList; |