Local adjustments - Various improvment to GUI - labels - tooltip (#5911)
* from localdenoise Change GUI showmask - GUI exposure * from branch localgflc - Change combobox settings hide-show by a checkbox * Fixed bad behavior show Hide settings * Clean default - change labels * Change labels first * Change labels 2 * Change label 3 * Merge with dev - Labels 3 * Label 4 * label 5 * Label 6 * Label 7 - tooltips * Label 8 * Labels 9 * All string set to empty in else case updateAdviceTooltips
This commit is contained in:
@@ -317,13 +317,15 @@ class LocallabExposure:
|
||||
private:
|
||||
// Exposure specific widgets
|
||||
MyComboBoxText* const expMethod;
|
||||
Gtk::Frame* const pdeFrame;
|
||||
// Gtk::Frame* const pdeFrame;
|
||||
MyExpander* const exppde;
|
||||
Adjuster* const laplacexp;
|
||||
Adjuster* const linear;
|
||||
Adjuster* const balanexp;
|
||||
Adjuster* const gamm;
|
||||
MyComboBoxText* const exnoiseMethod;
|
||||
Gtk::Frame* const fatFrame;
|
||||
// Gtk::Frame* const fatFrame;
|
||||
MyExpander* const expfat;
|
||||
Adjuster* const fatamount;
|
||||
Adjuster* const fatdetail;
|
||||
Adjuster* const fatlevel;
|
||||
@@ -409,6 +411,7 @@ private:
|
||||
void updateExposureGUI3();
|
||||
};
|
||||
|
||||
|
||||
/* ==== LocallabShadow ==== */
|
||||
class LocallabShadow:
|
||||
public Gtk::VBox,
|
||||
|
Reference in New Issue
Block a user