D20735: [KPropertiesDialog] Add octal permissions
    Nathaniel Graham 
    noreply at phabricator.kde.org
       
    Mon Apr 22 18:10:19 BST 2019
    
    
  
ngraham requested changes to this revision.
ngraham added inline comments.
INLINE COMMENTS
> kpropertiesdialog.cpp:1869
> +        lbl = new QLabel(i18n("Octal: %1", perm2), gb);
> +        gl = new QGridLayout(gb);
> +        gl->addWidget(lbl, 7, 0, Qt::AlignRight);               
You don't need to create a whole new grid layout; just add the label to the existing one.
REPOSITORY
  R241 KIO
REVISION DETAIL
  https://phabricator.kde.org/D20735
To: shubham, ngraham, pino
Cc: pino, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190422/9997f65e/attachment-0001.html>
    
    
More information about the Kde-frameworks-devel
mailing list