Home
last modified time | relevance | path

Searched refs:v2GroupBoxLayout (Results 1 – 2 of 2) sorted by relevance

/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/dialogs/
H A Dconfigdialogpages.cpp187 auto v2GroupBoxLayout = new QGridLayout(v2GroupBox); in createTagsPage() local
190 v2GroupBoxLayout->addWidget(m_totalNumTracksCheckBox, 0, 0, 1, 2); in createTagsPage()
207 v2GroupBoxLayout->addWidget(m_genreNotNumericCheckBox, 1, 0, 1, 2); in createTagsPage()
208 v2GroupBoxLayout->addWidget(m_lowercaseId3ChunkCheckBox, 2, 0, 1, 2); in createTagsPage()
209 v2GroupBoxLayout->addWidget(m_markStandardViolationsCheckBox, 3, 0, 1, 2); in createTagsPage()
210 v2GroupBoxLayout->addWidget(textEncodingLabel, 4, 0); in createTagsPage()
211 v2GroupBoxLayout->addWidget(m_textEncodingComboBox, 4, 1); in createTagsPage()
229 v2GroupBoxLayout->addWidget(id3v2VersionLabel, 5, 0); in createTagsPage()
230 v2GroupBoxLayout->addWidget(m_id3v2VersionComboBox, 5, 1); in createTagsPage()
236 v2GroupBoxLayout->addWidget(trackNumberDigitsLabel, 6, 0); in createTagsPage()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/dialogs/
H A Dconfigdialogpages.cpp187 auto v2GroupBoxLayout = new QGridLayout(v2GroupBox); in createTagsPage() local
190 v2GroupBoxLayout->addWidget(m_totalNumTracksCheckBox, 0, 0, 1, 2); in createTagsPage()
207 v2GroupBoxLayout->addWidget(m_genreNotNumericCheckBox, 1, 0, 1, 2); in createTagsPage()
208 v2GroupBoxLayout->addWidget(m_lowercaseId3ChunkCheckBox, 2, 0, 1, 2); in createTagsPage()
209 v2GroupBoxLayout->addWidget(m_markStandardViolationsCheckBox, 3, 0, 1, 2); in createTagsPage()
210 v2GroupBoxLayout->addWidget(textEncodingLabel, 4, 0); in createTagsPage()
211 v2GroupBoxLayout->addWidget(m_textEncodingComboBox, 4, 1); in createTagsPage()
229 v2GroupBoxLayout->addWidget(id3v2VersionLabel, 5, 0); in createTagsPage()
230 v2GroupBoxLayout->addWidget(m_id3v2VersionComboBox, 5, 1); in createTagsPage()
236 v2GroupBoxLayout->addWidget(trackNumberDigitsLabel, 6, 0); in createTagsPage()
[all …]