Form1 Form1 0 0 600 548 Kexifreader PixmapLabel1 20 380 180 151 true @FileSelector1.text/@ListBox1.selection Label1_15 210 490 100 20 <b>Jpeg process</b> Label1_14 210 460 73 20 <b>Exposure</b> Label1_13 210 430 110 20 <b>Metering Mode</b> Label1_16 210 520 80 20 <b>Comment</b> Label1_12 210 400 80 20 <b>ISO equiv.</b> Label1_11 210 370 80 20 <b>Aperture</b> Label1_10 210 340 100 20 <b>Exposure time</b> Label1_9 210 310 90 20 <b>Focal length</b> Label1_8 210 280 90 20 <b>Flash used</b> Label1_7 210 250 84 20 <b>Resolution</b> Label1_6 210 220 76 20 <b>Date/Time</b> Label1_5 210 190 100 20 <b>Camera model</b> Label1_4 210 160 100 20 <b>Camera make</b> Label1_3 210 130 90 20 <b>File date</b> Label1_2 210 100 70 20 <b>File size</b> Label1 210 70 80 20 <b>File name</b> LineEdit1_2 320 70 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection |grep 'File name' | sed -e 's/^.*: //') LineEdit1_3 320 100 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'File size' | sed -e 's/^.*: //') LineEdit1_4 320 130 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'File date' | sed -e 's/^.*: //') LineEdit1_5 320 160 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Camera make' | sed -e 's/^.*: //') LineEdit1_6 320 190 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Camera model' | sed -e 's/^.*: //') LineEdit1_7 320 220 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Date/Time' | sed -e 's/^.*: //') LineEdit1_8 320 250 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Resolution' | sed -e 's/^.*: //') LineEdit1_9 320 280 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Flash used' | sed -e 's/^.*: //') LineEdit1_10 320 310 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Focal length' | sed -e 's/^.*: //') LineEdit1_11 320 340 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Exposure time' | sed -e 's/^.*: //') LineEdit1_13 320 400 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'ISO equiv.' | sed -e 's/^.*: //') LineEdit1_12 320 370 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Aperture' | sed -e 's/^.*: //') LineEdit1_14 320 430 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Metering Mode' | sed -e 's/^.*: //') LineEdit1_15 320 460 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Exposure :' | sed -e 's/^.*: //') LineEdit1_16 320 490 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Jpeg process' | sed -e 's/^.*: //') LineEdit1_17 320 520 200 23 @exec(jhead @FileSelector1.text/@ListBox1.selection | grep 'Comment' | sed -e 's/^.*: //') ListBox1 10 140 190 230 @RadioButton1 @RadioButton1_2 ButtonGroup1 10 50 190 80 Show RadioButton1 10 20 90 20 All true @null @exec(cd @FileSelector1.text && find * -iname "*.jpg") RadioButton1_2 10 50 140 20 Digicam pictures @null @execBegin cd @FileSelector1.text jhead -exonly * | grep 'File name' | sed -e 's/^.*: //' @execEnd Label17 20 10 73 20 <b>Directory</b> FileSelector1 90 10 470 25 Directory FileSelector1 widgetTextChanged(const QString&) ListBox1 populate() ListBox1 highlighted(int) PixmapLabel1 populate() ListBox1 highlighted(const QString&) LineEdit1_2 populate() ListBox1 highlighted(int) LineEdit1_3 populate() ListBox1 highlighted(int) LineEdit1_4 populate() ListBox1 highlighted(int) LineEdit1_5 populate() ListBox1 highlighted(int) LineEdit1_6 populate() ListBox1 highlighted(int) LineEdit1_7 populate() ListBox1 highlighted(int) LineEdit1_8 populate() ListBox1 highlighted(int) LineEdit1_9 populate() ListBox1 highlighted(int) LineEdit1_10 populate() ListBox1 highlighted(int) LineEdit1_11 populate() ListBox1 highlighted(int) LineEdit1_12 populate() ListBox1 highlighted(int) LineEdit1_13 populate() ListBox1 highlighted(int) LineEdit1_14 populate() ListBox1 highlighted(int) LineEdit1_15 populate() ListBox1 highlighted(int) LineEdit1_16 populate() ListBox1 highlighted(int) LineEdit1_17 populate() RadioButton1 toggled(bool) ListBox1 populate()