- Timestamp:
- Mar 9, 2015, 3:53:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6636 r6637 618 618 _proxyPortLineEdit->setMaximumWidth(9*ww); 619 619 620 pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none."),0, 0, 1, 50);620 pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none."),0, 0, 1, 70); 621 621 pLayout->addWidget(new QLabel("Proxy host"), 1, 0); 622 622 pLayout->addWidget(_proxyHostLineEdit, 1, 1, 1,10); … … 628 628 pLayout->addWidget(new QLabel("Ignore SSL authorization errors"), 4, 0); 629 629 pLayout->addWidget(_ignoreSslErrorsCheckBox, 4, 1, 1,10); 630 pLayout->addWidget(new QLabel(" "), 4, 0);631 pLayout-> addWidget(new QLabel(" "), 5, 0);632 pLayout->addWidget(new QLabel(" "), 6, 0); 630 pLayout->addWidget(new QLabel(""), 5, 1); 631 pLayout->setRowStretch(6, 999); 632 633 633 pgroup->setLayout(pLayout); 634 634 … … 650 650 gLayout->addWidget(new QLabel("Raw output file (full path)"), 5, 0); 651 651 gLayout->addWidget(_rawOutFileLineEdit, 5, 1, 1,30); 652 gLayout->addWidget(new QLabel(" "), 6, 0); 652 gLayout->addWidget(new QLabel(""), 6, 1); 653 gLayout->setRowStretch(7, 999); 654 653 655 ggroup->setLayout(gLayout); 654 656 … … 676 678 oLayout->addWidget(new QLabel("Version 3"), 6, 0); 677 679 oLayout->addWidget(_rnxV3CheckBox, 6, 1); 678 oLayout->addWidget(new QLabel(" "), 7, 0); 680 oLayout->addWidget(new QLabel(""), 7, 1); 681 oLayout->setRowStretch(8, 999); 682 679 683 ogroup->setLayout(oLayout); 680 684 … … 686 690 _outEphPortLineEdit->setMaximumWidth(9*ww); 687 691 688 eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),0,0,1, 50);692 eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),0,0,1,70); 689 693 eLayout->addWidget(new QLabel("Directory"), 1, 0); 690 694 eLayout->addWidget(_ephPathLineEdit, 1, 1, 1,30); … … 695 699 eLayout->addWidget(new QLabel("Version 3"), 4, 0); 696 700 eLayout->addWidget(_ephV3CheckBox, 4, 1); 697 eLayout->addWidget(new QLabel(" "), 5, 0); 698 eLayout->addWidget(new QLabel(" "), 6, 0); 701 eLayout->addWidget(new QLabel(""), 5, 1); 702 eLayout->setRowStretch(6, 999); 703 699 704 egroup->setLayout(eLayout); 700 705 … … 707 712 _corrPortLineEdit->setMaximumWidth(9*ww); 708 713 709 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),0,0,1, 50);714 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),0,0,1,70); 710 715 cLayout->addWidget(new QLabel("Directory, ASCII"), 1, 0); 711 716 cLayout->addWidget(_corrPathLineEdit, 1, 1, 1,20); … … 714 719 cLayout->addWidget(new QLabel("Port"), 3, 0); 715 720 cLayout->addWidget(_corrPortLineEdit, 3, 1); 716 cLayout->addWidget(new QLabel(" "), 4, 0); 717 cLayout->addWidget(new QLabel(" "), 5, 0); 718 cLayout->addWidget(new QLabel(" "), 6, 0); 721 cLayout->addWidget(new QLabel(""), 4, 1); 722 cLayout->setRowStretch(7, 999); 719 723 cgroup->setLayout(cLayout); 720 724 … … 739 743 sLayout->addWidget(new QLabel("Port (unsynchronized)"), 4, 0); 740 744 sLayout->addWidget(_outUPortLineEdit, 4, 1); 741 sLayout->addWidget(new QLabel(" "), 5, 0); 742 sLayout->addWidget(new QLabel(" "), 6, 0); 745 sLayout->addWidget(new QLabel(""), 5, 1); 746 sLayout->setRowStretch(6, 999); 747 743 748 sgroup->setLayout(sLayout); 744 749 … … 776 781 serLayout->addWidget(new QLabel("Height"), 5,20, Qt::AlignRight); 777 782 serLayout->addWidget(_serialHeightNMEALineEdit, 5,21, 1,11); 778 serLayout->addWidget(new QLabel(" "), 6, 0); 783 serLayout->addWidget(new QLabel(""), 6, 1); 784 serLayout->setRowStretch(7, 999); 779 785 780 786 sergroup->setLayout(serLayout); … … 797 803 aLayout->addWidget(new QLabel("Script (full path)"), 4, 0); 798 804 aLayout->addWidget(_adviseScriptLineEdit, 4, 1, 1,30); 799 aLayout->addWidget(new QLabel(" "), 5, 0); 800 aLayout->addWidget(new QLabel(" "), 6, 0); 805 aLayout->addWidget(new QLabel(""), 5, 1); 806 aLayout->setRowStretch(6, 999); 807 801 808 agroup->setLayout(aLayout); 802 809 … … 808 815 _miscPortLineEdit->setMaximumWidth(9*ww); 809 816 810 rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port."),0, 0,1, 30);817 rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port."),0, 0,1,80); 811 818 rLayout->addWidget(new QLabel("Mountpoint"), 1, 0); 812 819 rLayout->addWidget(_miscMountLineEdit, 1, 1, 1,7); … … 817 824 rLayout->addWidget(new QLabel("Port"), 4, 0); 818 825 rLayout->addWidget(_miscPortLineEdit, 4, 1); 819 rLayout->addWidget(new QLabel(" "), 5, 0); 820 rLayout->addWidget(new QLabel(" "), 6, 0); 826 rLayout->addWidget(new QLabel(""), 5, 1); 827 rLayout->setRowStretch(6, 999); 828 821 829 rgroup->setLayout(rLayout); 822 830 … … 825 833 QGridLayout* pppLayout1 = new QGridLayout(); 826 834 int ir = 0; 827 pppLayout1->addWidget(new QLabel(" <b>Precise Point Positioning (Input and Output)</b>"), ir, 0, 1, 7, Qt::AlignLeft);835 pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output"), ir, 0, 1, 7, Qt::AlignLeft); 828 836 ++ir; 829 837 pppLayout1->addWidget(new QLabel("Data source"), ir, 0, Qt::AlignLeft); … … 841 849 pppLayout1->addWidget(_pppWidgets._corrFile, ir, 4, 1, 2); 842 850 ++ir; 843 pppLayout1->addWidget(new QLabel(" <b>Input</b>"),ir, 0, Qt::AlignLeft);844 pppLayout1->addWidget(new QLabel(" <b>Output</b>"),ir, 4, 1, 2, Qt::AlignLeft);851 pppLayout1->addWidget(new QLabel("Input:"), ir, 0, Qt::AlignLeft); 852 pppLayout1->addWidget(new QLabel("Output:"), ir, 4, 1, 2, Qt::AlignLeft); 845 853 ++ir; 846 854 pppLayout1->addWidget(new QLabel("Coordinates"), ir, 0, Qt::AlignLeft); … … 863 871 864 872 pppLayout1->addItem(new QSpacerItem(4*ww, 0), ir, 8); 873 ++ir; 874 pppLayout1->addWidget(new QLabel(""), ir, 1); 875 ++ir; 876 pppLayout1->setRowStretch(ir, 999); 877 865 878 866 879 pppGroup1->setLayout(pppLayout1); 867 880 868 881 QVBoxLayout* pppLayout2 = new QVBoxLayout(); 869 pppLayout2->addWidget(new QLabel(" <b>Precise Point Positioning (Processed Stations)</b>"));882 pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations")); 870 883 pppLayout2->addWidget(_pppWidgets._staTable, 99); 871 884 QHBoxLayout* pppLayout2sub = new QHBoxLayout(); … … 880 893 QGridLayout* pppLayout3 = new QGridLayout(); 881 894 ir = 0; 882 pppLayout3->addWidget(new QLabel(" <b>Precise Point Positioning (Options)</b>"), ir, 0, 1, 2, Qt::AlignLeft);895 pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options"), ir, 0, 1, 2, Qt::AlignLeft); 883 896 ++ir; 884 897 pppLayout3->addWidget(new QLabel("GPS LCs"), ir, 0, Qt::AlignLeft); … … 917 930 pppLayout3->addWidget(new QLabel(""), ir, 8); 918 931 pppLayout3->setColumnStretch(8, 999); 932 ++ir; 933 pppLayout3->addWidget(new QLabel(""), ir, 1); 934 pppLayout3->setRowStretch(ir, 999); 919 935 920 936 pppGroup3->setLayout(pppLayout3); … … 922 938 // ------------------------ 923 939 QVBoxLayout* pppLayout4 = new QVBoxLayout; 924 pppLayout4->addWidget(new QLabel(" <b>Precise Point Positioning (Plots)</b>"));940 pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots")); 925 941 pppLayout4->addSpacing(ww); 926 942 … … 935 951 936 952 QHBoxLayout* pppLayout4Hlp2 = new QHBoxLayout; 937 pppLayout4Hlp2->addWidget(new QLabel("Track Plot 953 pppLayout4Hlp2->addWidget(new QLabel("Track Plot ")); 938 954 connect(_pppWidgets._mapWinButton, SIGNAL(clicked()), SLOT(slotMapPPP())); 939 955 pppLayout4Hlp2->addWidget(_pppWidgets._mapWinButton); … … 1023 1039 1024 1040 ir = 0; 1025 reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check."),ir, 0, 1, 20);1041 reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check."),ir, 0, 1, 50); 1026 1042 ++ir; 1027 1043 reqcLayout->addWidget(new QLabel("Action"), ir, 0, Qt::AlignLeft); … … 1032 1048 reqcLayout->addWidget(new QLabel("Input files (full path)"), ir, 0, Qt::AlignLeft); 1033 1049 reqcLayout->addWidget(_reqcObsFileChooser, ir, 1, Qt::AlignRight); 1034 reqcLayout->addWidget(new QLabel(" Obs"),ir, 2, Qt::AlignLeft);1050 reqcLayout->addWidget(new QLabel(" Obs"), ir, 2, Qt::AlignLeft); 1035 1051 reqcLayout->addWidget(_reqcNavFileChooser, ir, 3, Qt::AlignRight); 1036 reqcLayout->addWidget(new QLabel(" Nav"),ir, 4, Qt::AlignLeft);1052 reqcLayout->addWidget(new QLabel(" Nav"), ir, 4, Qt::AlignLeft); 1037 1053 ++ir; 1038 1054 reqcLayout->addWidget(new QLabel("Output files (full path)"), ir, 0, Qt::AlignLeft); 1039 1055 reqcLayout->addWidget(_reqcOutObsLineEdit, ir, 1, Qt::AlignRight); 1040 reqcLayout->addWidget(new QLabel(" Obs"),ir, 2, Qt::AlignLeft);1056 reqcLayout->addWidget(new QLabel(" Obs"), ir, 2, Qt::AlignLeft); 1041 1057 reqcLayout->addWidget(_reqcOutNavLineEdit, ir, 3, Qt::AlignRight); 1042 reqcLayout->addWidget(new QLabel(" Nav"),ir, 4, Qt::AlignLeft);1058 reqcLayout->addWidget(new QLabel(" Nav"), ir, 4, Qt::AlignLeft); 1043 1059 ++ir; 1044 1060 reqcLayout->addWidget(new QLabel("Logfile"), ir, 0, Qt::AlignLeft); 1045 1061 reqcLayout->addWidget(_reqcOutLogLineEdit, ir, 1, Qt::AlignRight); 1046 reqcLayout->addWidget(new QLabel(" summary only"), ir, 3, Qt::AlignRight);1062 reqcLayout->addWidget(new QLabel("Summary only"), ir, 3, Qt::AlignRight); 1047 1063 reqcLayout->addWidget(_reqcLogSummaryOnly, ir, 4, Qt::AlignLeft); 1048 1064 ++ir; … … 1083 1099 1084 1100 ir = 0; 1085 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."), ir, 0, 1, 20);1101 sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."), ir, 0, 1, 50); 1086 1102 ++ir; 1087 1103 sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"), ir, 0, Qt::AlignLeft); … … 1094 1110 sp3CompLayout->addWidget(_sp3CompLogLineEdit, ir, 1, Qt::AlignRight); 1095 1111 ++ir; 1096 sp3CompLayout->addWidget(new QLabel(""), ir, 1); 1112 sp3CompLayout->addWidget(new QLabel(""), ir, 1); 1113 ++ir; 1097 1114 sp3CompLayout->setRowStretch(ir, 999); 1098 1115
Note:
See TracChangeset
for help on using the changeset viewer.