コード例 #1
0
ItemDialog::ItemDialog(QWidget *parent) :
    QDialog(parent),
    ui(new Ui::ItemDialog)
{
    ui->setupUi(this);
    ok=false;
    displayItems();
}
コード例 #2
0
//set how selected tree items should be marked
//(by blue background or by framing, see constants.h for the SelectionSyntax type)
//
void
TabWidget::setSelectionSyntax( SelectionSyntax selectionSyntax )
{
    this->selectionSyntax = selectionSyntax;
    displayItems();
}
コード例 #3
0
void ItemDialog::on_search_button_clicked()
{
    displayItems();
}