comparison ui/mainwindow.cpp @ 740:8efd10afb883

No tabs accepted.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 04 Jul 2014 11:16:43 +0200
parents 5f0fca113ff4
children a467204a35f5
comparison
equal deleted inserted replaced
739:5f0fca113ff4 740:8efd10afb883
785 QVBoxLayout *removeCenterLayout = new QVBoxLayout; 785 QVBoxLayout *removeCenterLayout = new QVBoxLayout;
786 786
787 QLabel *removeHeaderLabel = 787 QLabel *removeHeaderLabel =
788 new QLabel("<h2>" + tr("Revoked certificates") + "</h2>"); 788 new QLabel("<h2>" + tr("Revoked certificates") + "</h2>");
789 QLabel *removeHeaderText = new QLabel(tr("Certificates can be corrupted" 789 QLabel *removeHeaderText = new QLabel(tr("Certificates can be corrupted"
790 " or stolen and misused in many ways. Therefore the BSI recommends" 790 " or stolen and misused in many ways. Therefore the BSI recommends"
791 " to remove all revoked certificates from your system.")); 791 " to remove all revoked certificates from your system."));
792 removeHeaderText->setWordWrap(true); 792 removeHeaderText->setWordWrap(true);
793 removeHeaderLayout->addWidget(removeHeaderLabel); 793 removeHeaderLayout->addWidget(removeHeaderLabel);
794 removeHeaderLayout->addWidget(removeHeaderText); 794 removeHeaderLayout->addWidget(removeHeaderText);
795 795
796 QLabel *removeCenterText = new QLabel(tr("The follwing unsecure certificates were" 796 QLabel *removeCenterText = new QLabel(tr("The follwing unsecure certificates were"
797 " revoked by the BSI. Already uninstalled certificates cannot be reinstalled." 797 " revoked by the BSI. Already uninstalled certificates cannot be reinstalled."
798 " It is recommended that you select all certificates to uninstall if you still" 798 " It is recommended that you select all certificates to uninstall if you still"
799 " have revoked certificates installed.")); 799 " have revoked certificates installed."));
800 removeCenterText->setWordWrap(true); 800 removeCenterText->setWordWrap(true);
801 removeCenterLayout->addWidget(removeCenterText); 801 removeCenterLayout->addWidget(removeCenterText);
802 mRemoveList = new CertificateListWidget(this); 802 mRemoveList = new CertificateListWidget(this);
803 connect(mRemoveList, SIGNAL(certChanged(bool, const Certificate&)), 803 connect(mRemoveList, SIGNAL(certChanged(bool, const Certificate&)),
804 this, SLOT(toggleInManual(bool, const Certificate&))); 804 this, SLOT(toggleInManual(bool, const Certificate&)));

http://wald.intevation.org/projects/trustbridge/