Anastasia's card ui fully merge
This commit is contained in:
parent
af82c386ee
commit
96326a8a28
@ -375,7 +375,7 @@ void MainWindow::on_pushButton_4_clicked()
|
|||||||
ui->lineEdit_password->setText(password);
|
ui->lineEdit_password->setText(password);
|
||||||
ui->lineEdit_url->setText(r->getURL());
|
ui->lineEdit_url->setText(r->getURL());
|
||||||
ui->lineEdit_note->setText(r->getNote());
|
ui->lineEdit_note->setText(r->getNote());
|
||||||
ui->stackedWidget->setCurrentIndex(2);
|
ui->stackedWidget->setCurrentIndex(3);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -397,3 +397,16 @@ void MainWindow::on_pushButton_13_clicked()
|
|||||||
std::cout << "addc" << std::endl;
|
std::cout << "addc" << std::endl;
|
||||||
addc.show();
|
addc.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void MainWindow::on_PW_Button_clicked()
|
||||||
|
{
|
||||||
|
ui->stackedWidget->setCurrentIndex(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void MainWindow::on_CardButton_clicked()
|
||||||
|
{
|
||||||
|
ui->stackedWidget->setCurrentIndex(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -93,9 +93,9 @@ private slots:
|
|||||||
// void on_editSaveButton_clicked();
|
// void on_editSaveButton_clicked();
|
||||||
void on_pushButton_4_clicked();
|
void on_pushButton_4_clicked();
|
||||||
void on_pushButton_6_clicked();
|
void on_pushButton_6_clicked();
|
||||||
void on_pushButton_3_clicked();
|
|
||||||
void on_addButton_3_clicked();
|
|
||||||
void on_addCard_clicked();
|
void on_addCard_clicked();
|
||||||
void on_pushButton_13_clicked();
|
void on_pushButton_13_clicked();
|
||||||
|
void on_PW_Button_clicked();
|
||||||
|
void on_CardButton_clicked();
|
||||||
};
|
};
|
||||||
#endif // MAINWINDOW_H
|
#endif // MAINWINDOW_H
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="page">
|
<widget class="QWidget" name="page">
|
||||||
<widget class="QTableView" name="tableViewRecords">
|
<widget class="QTableView" name="tableViewRecords">
|
||||||
@ -99,7 +99,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" name="pushButton_2">
|
<widget class="QPushButton" name="CardButton">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>700</x>
|
<x>700</x>
|
||||||
@ -179,7 +179,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" name="pushButton_3">
|
<widget class="QPushButton" name="PW_Button">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>700</x>
|
<x>700</x>
|
||||||
@ -766,7 +766,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>804</width>
|
<width>804</width>
|
||||||
<height>22</height>
|
<height>23</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menu">
|
<widget class="QMenu" name="menu">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user