Skip to content

Commit

Permalink
Исправлена ошибка с поиском сертификата, убран белый фон у герба на
Browse files Browse the repository at this point in the history
иконке притложения
  • Loading branch information
AlexeyAleksandrov committed Apr 27, 2022
1 parent 5dfd372 commit 2f02641
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions dialogsearchsertificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void DialogSearchSertificate::updateSearchedSerts(QString t)
void DialogSearchSertificate::setAllSertificatesList(const QList<CryptoPRO_CSP::CryptoSignData> &value)
{
allSertificatesList = value;
findedSerts = value;
setCertificatesToTable(value);
// for (auto &&sert : allSertificatesList)
// {
Expand Down
3 changes: 3 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ MainWindow::MainWindow(QWidget *parent)
connect(ui->tableWidget_files, &my_tableWidget::mouseRightClick, this, &MainWindow::filesTableMouseRightClick);
connect(ui->tableWidget_files, &my_tableWidget::mouseDoubleClick, this, &MainWindow::filesTableMouseDoubleClick);

QStringList tableHorizontalLabels;
tableHorizontalLabels << "Файлы" << "Состояние";
ui->tableWidget_files->setHorizontalHeaderLabels(tableHorizontalLabels);
}

MainWindow::~MainWindow()
Expand Down
4 changes: 2 additions & 2 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/resources/mirea_icon.ico</normaloff>:/resources/mirea_icon.ico</iconset>
<normaloff>:/resources/MIREA_Gerb_Colour.png</normaloff>:/resources/MIREA_Gerb_Colour.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -305,7 +305,7 @@
<x>0</x>
<y>0</y>
<width>880</width>
<height>26</height>
<height>22</height>
</rect>
</property>
</widget>
Expand Down
1 change: 1 addition & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<file>resources/logo_background_500_400.png</file>
<file>resources/search_icon.png</file>
<file>resources/search_green.png</file>
<file>resources/MIREA_Gerb_Colour.png</file>
</qresource>
</RCC>
Binary file added resources/MIREA_Gerb_Colour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f02641

Please sign in to comment.