Home
last modified time | relevance | path

Searched refs:tagsGridLayout (Results 1 – 1 of 1) sorted by path

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionseditor.cpp84 tagsGridLayout->addLayout( coversBox, 0, 1 ); in OptionsEditor()
87 tagsGridLayout->addWidget( lCoversLabel, 0, 0 ); in OptionsEditor()
94 tagsGridLayout->addLayout( titleBox, 1, 1 ); in OptionsEditor()
97 tagsGridLayout->addWidget( lTitleLabel, 1, 0 ); in OptionsEditor()
132 tagsGridLayout->addLayout( artistBox, 2, 1 ); in OptionsEditor()
175 tagsGridLayout->addLayout( albumBox, 4, 1 ); in OptionsEditor()
178 tagsGridLayout->addWidget( lAlbumLabel, 4, 0 ); in OptionsEditor()
194 tagsGridLayout->addWidget( lDiscLabel, 5, 0 ); in OptionsEditor()
247 tagsGridLayout->addLayout( commentBox, 6, 1 ); in OptionsEditor()
260 tagsGridLayout->setRowStretch( 6, 1 ); in OptionsEditor()
[all …]